Telethon/telethon/_client
Lonami Exo d1836ab899 Review errors and remove some type checks
If the type is not correct, we can let the API fail instead.
This way, if the API supports more types in the future, there
does not need to be an update. This has affected participant
permissions in groups.
2022-02-17 12:40:38 +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 Fix RpcError catch-all 2022-02-07 11:30:27 +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 Review errors and remove some type checks 2022-02-17 12:40:38 +01:00
dialogs.py Remove client.edit_folder 2022-02-08 10:23:55 +01:00
downloads.py Fix direct mutation of objects in friendly methods 2022-02-07 11:30:27 +01:00
messageparse.py Fix direct mutation of objects in friendly methods 2022-02-07 11:30:27 +01:00
messages.py Add a friendly method to react to messages (#3681) 2022-02-16 11:26:09 +01:00
telegrambaseclient.py Review errors and remove some type checks 2022-02-17 12:40:38 +01:00
telegramclient.py Remove client.edit_folder 2022-02-08 10:23:55 +01:00
updates.py Properly handle exception cases during update dispatch 2022-02-07 11:30:27 +01:00
uploads.py Make upload_file private 2022-01-28 21:06:43 +01:00
users.py Remove PackedChat 2022-02-08 11:31:24 +01:00