Telethon/telethon/_client
Lonami Exo 6eadc8aed8 Simplify accepted values in forward, delete and mark read
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.
2022-01-16 13:03:00 +01:00
..
__init__.py Fix some import errors 2021-09-11 13:43:20 +02:00
account.py Fix circular import regarding ignore_takeout 2022-01-15 13:18:53 +01:00
auth.py Remove broken force_sms 2022-01-16 12:19:07 +01:00
bots.py Fix some modules were public when they should not have been 2021-09-26 19:58:42 +02:00
chats.py Support await on any client.action 2022-01-16 12:40:09 +01:00
dialogs.py Fix some modules were public when they should not have been 2021-09-26 19:58:42 +02:00
downloads.py Add progress_callback to download_profile_photo 2022-01-16 12:42:05 +01:00
messageparse.py Remove parse_mode from the client 2022-01-09 12:18:15 +01:00
messages.py Simplify accepted values in forward, delete and mark read 2022-01-16 13:03:00 +01:00
telegrambaseclient.py Remove custom enum parsing 2022-01-16 12:06:42 +01:00
telegramclient.py Simplify accepted values in forward, delete and mark read 2022-01-16 13:03:00 +01:00
updates.py Cleanup events code 2021-12-11 21:46:23 +01:00
uploads.py Continue work on Message sending overhaul 2021-10-12 17:59:30 +02:00
users.py Update takeout to use less hacks 2022-01-09 14:41:10 +01:00