Devesh Pal

Results 16 comments of Devesh Pal

Waiting for that 🙂

there is `send_as` parameter in `send_message` method, present in `master` branch. You can use that to send as a channel.

Can I know, why there is a path in use case? InlineQueryResultCached* of Bot api takes file id. And you can use `Photo` and `Document` (media types) (`or from message.media`)...

> can you send example? For scheduling this can help till some level https://docs.pyrogram.org/topics/scheduling

@Lonami, I am too having this Error, I am. Trying to edit media send via Inline Queries, it's Occuring with Text files too, (while when used with send_file, they are...

> Yeah, maybe both the upload and request have to be invoked in the other DC. Lonami, how it can be achieved?

Lonami, I just Tried What you did, and got KeyError. Complete TraceBack - https://hastebin.com/udavanapic.sql

Editing Inline Media is already working fine for document already on Telegram. Problem is/was only for local Files. So I just Tried ``` msg_media = await client.upload_file('file.txt') media = await...

Lately , I found ``` FILE_PART_Ð¥_MISSING: Part X (where X is a number) of the file is missing from storage. Try repeating the method call to resave the part. ```...

I was too facing problem with knowing the error I Tried keeping the config at logging.DEBUG level and error was printed/logged with that. @alexander-akhmetov can you please look into it...