Category "pyrogram"

How to partially download a telegram file in with pyrogram

Actually I need to download first few chunks of a file(video/audio/etc) for the sake of mediainfo. pyrogram:https://docs.pyrogram.org/api/methods/stop_transmiss

H14 in heroku web

Hello I was just trying to use web and worker based bot I mean something like main.py with # telegram bot from pyrogram import Client,filters Bot = Client(api_i

asyncio not working on Google Cloud Functions

I have this function which works fine locally on my machine with python 3.8, but it throws runtime error on Google Cloud Functions. def telegram_test(request):

Pyrogram: The provided reply markup for the game is empty (caused by "messages.SendMedia")

I'm using pyrogram to send a html 5 game to my friends. I create a game call "popspike" from @botfather and this is the link of my html 5 game. Image below is t

Get sticker set by link/shot name[pyrogram]

I want to send a random sticker form sticker pack link. To send a sticker I need file_id I want to get a every sticker file_id form sticker set, but I don't kno