mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-11-11 21:35:14 +03:00
Closes #3916. The new MessageBox system is not designed with "albums come in the same updates container" in mind (in fact, there was a note about this). This version was also not intended to be published to PyPi, but it is, so a workaround must be made for events.Album to remain working. In essence, AlbumHack will always be used even if it technically did not need to be used previously. This will cause a small delay for those updates, but it should not be a major issue. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| account.py | ||
| auth.py | ||
| bots.py | ||
| buttons.py | ||
| chats.py | ||
| dialogs.py | ||
| downloads.py | ||
| messageparse.py | ||
| messages.py | ||
| telegrambaseclient.py | ||
| telegramclient.py | ||
| updates.py | ||
| uploads.py | ||
| users.py | ||