mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-12-10 19:53:55 +03:00
Forward and delete are meant to delete lists. Now only lists are supported, which should not be an issue as message.forward_to and message.delete both exist. mark_read really only works with one message at a time, so list support was removed for it, as well as the now redundant max_id. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| account.py | ||
| auth.py | ||
| bots.py | ||
| chats.py | ||
| dialogs.py | ||
| downloads.py | ||
| messageparse.py | ||
| messages.py | ||
| telegrambaseclient.py | ||
| telegramclient.py | ||
| updates.py | ||
| uploads.py | ||
| users.py | ||