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

As mentioned in #836 by kylethedeveloper, it will be clearer if we more explicitly mention the origin of the API ID and hash used in bot accounts signing in. Also,...

> so, maybe the offset can only be a multiple of limit to work? See https://t.me/TelethonChat/296783.

cleanup

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

https://t.me/TelethonChat/286358

cleanup

Hi there, I noticed some issues with regard to tarballs released on PyPI. * files in 1.17.3 and 1.17.4 have permissions `-rw-------`. This breaks a multi-user installation because after installation...

bug

I've upgraded telethon from 1.14.0 to 1.16.4 and got this error. In previous version everything was fine. **Code that causes the issue** ```python import asyncio from .utils import get_tg_client_using_redis from...

bug

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

It should be on demand, so that we don't try to generate it in weird places. There's also no use to generating it at arbitrary points because there's nothing the...

cleanup