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

**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...

**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...

bug

Hello, Using Python 3.7.5 and Telethon 1.11.3. following the example from [Telethon documentation](https://docs.telethon.dev/en/latest/modules/client.html) ``` # Albums await client.send_file(chat, [ '/my/photos/holiday1.jpg', '/my/photos/holiday2.jpg', '/my/drawings/portrait.png' ]) ``` when trying to send more than...

bug

**Checklist** * [x] The error is in the library's code, and not in my own. **Traceback** ``` File "/home/penn/biobot2/biobot/backends/userbot.py", line 47, in init await self.client.start(self.phone, code_callback=self.login_code and (lambda: self.login_code) or...

![image](https://user-images.githubusercontent.com/66001253/155831427-7bf14cbc-beb0-4074-a717-385705c74976.png) ran this here got this : ![image](https://user-images.githubusercontent.com/66001253/155831465-a2fc2b33-b0aa-4c51-9204-28be8ee8f2c2.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...

cleanup

I saw some issues related to telethon.errors.common.TypeNotFoundError but mine happened during calling download_media() **Traceback** `Traceback (most recent call last): File "telethon-rate-limit.py", line 455, in result = get_message(msg[0], msg[1], msg[2], msg[3])...

Hi, if i set `receive_updates` = False. I can see on my logs that telethon is still handling updates: ``` [DEBUG][p 30173 Thread-1][1645790855.963934][mtprotosender.py:642][_handle_gzip_packed] Handling gzipped data [DEBUG][p 30173 Thread-1][1645790855.964556][mtprotosender.py:654][_handle_update] Handling...

I try to use this function `user = await client(GetFullUser(id = 17869xxxxx))` but i have errror Cannot cast int to any kind of Peer.

enhancement