Telethon icon indicating copy to clipboard operation
Telethon copied to clipboard

Pure Python 3 MTProto API Telegram client library, for bots too!

Results 156 Telethon issues
Sort by recently updated
recently updated
newest added

Telethon is getting pretty outdated now (missing some key features such as emoji reactions and `send_as`). It's time to clean up the code and make a new PyPI release (`v1.21.1`,...

enhancement

**Checklist** * [x] The error is in the library's code, and not in my own. * [x] I have searched for this issue before posting it and there isn't a...

Hi I hope you are well I found an issue while using `cryptg` that makes an exception, so I fix it by converting `bytearray` into `bytes` that fix the issue...

With the aim of Telethon support for Django, the following change were made: Add link of `django-telethon` github

On the page https://github.com/LonamiWebs/Telethon/releases the link to changelog is broken, see screenshot. ![2022-07-16_01-26](https://user-images.githubusercontent.com/35171/179319200-2834b6c9-282d-4f01-b158-b2154570bb15.png)

**Checklist** * [x] The error is in the library's code, and not in my own. * [x] I have searched for this issue before posting it and there isn't a...

2022-07-14 17:42:12.578 | ERROR | UI.MainPanel:async_task_send:356 - Traceback (most recent call last): File "D:\TG_PigTest\TestSpider\UI\MainPanel.py", line 336, in async_task_send msgs = await self.client.send_message(r_chat_id, caption +'\n'+ chat_label, file=media_s[0:5], parse_mode='html') File "D:\Python\Python39\lib\site-packages\telethon\client\messages.py", line...

Hello, i opened 3-4 days ago an [issue](https://github.com/LonamiWebs/Telethon/issues/3868) regarding update events not coming in consistently. I tried installing the branch as you advised me to do, but it only got...