Shrimadhav U K
Shrimadhav U K
This pull request proposes removing the usage of `get_distribution` function, since the Official **Pyrogram** is kind of abandoned, and there are countably infinite number of Pyrogram forks, which could be...
## Description This was introduced in Layer 179. Closes hydrogram/hydrogram#53 ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an...
Update api.py Due to recent [Telegram changes](https://t.me/durov/343)
1. use [sendDocument](https://core.telegram.org/bots/api#senddocument) API with ``document`` and ``thumbnail`` parameter set. ```sh curl -i "https://api.telegram.org/botTOKEN/sendDocument" -F "chat_id=CHAT_ID" -F "document=@file_example_WEBM_1920_3_7MB.webm" -F "[email protected]" ``` ```json { "ok": true, "result": { "message_id": 1781334, "from":...
[issue](https://t.me/HydrogramChat/5642)
### Checklist - [x] I am sure the error is coming from Hydrogram's code and not elsewhere - [x] I have searched in the issue tracker for similar bug reports,...
Proof [https://t.me/tgbetachat/2029432](https://t.me/BotTalk/957964)