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. * [ ] I have searched for this issue before posting it and there isn't...

When I call the download_profile_photo() method to download an avatar image, there will always be an error message (A wait of xxx seconds is required (caused by ExportAuthorizationRequest)) displayed. Is...

bug

Trying to make parsing from 4 different chats using 2 different accounts - 2 chats per each account. In different programs it works but in same nothing appears: Tried multiple...

Is this option available yet? to send message as your channels instead of your personal account. Didn't find anything similar in the docs or the issues.

enhancement

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

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

when call the TelegramClient with giving option device_model, show a bug in preview model, example TelegramClient(session_file,api_id,api_hash, device_model="Samsung Galaxy S21 Ultra 5G") in telegram->Settings->Privacy & Security->Active Sessions, show like this: "Samsung...

Please add support for all the `InlineQueryResultCached*` results for media objects stored on telegram servers. A possible use case could look like this: ```python async def inline_query_event_handler(self, event: InlineQuery) ->...

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

**Traceback** ``` Fatal error handling updates (this is a bug in Telethon, please report it) Traceback (most recent call last): File "/project/resources/venv/lib/python3.7/site-packages/telethon/_client/updates.py", line 119, in _update_loop deadline - asyncio.get_running_loop().time() File...