Telethon/telethon/client
Lonami Exo 6005585764 Don't crash if periodic session access fails
If saving every minute or new entities fails, it's not fatal.
Other places are not checked because it is more critical for
information to be saved, such as disconnect, where we want to
crash if the session cannot be accessed.
2022-05-23 14:02:56 +02:00
..
__init__.py Add new takeout method 2019-01-05 17:18:40 +01:00
account.py Avoid using telethon.sync in the examples 2019-08-13 23:33:39 +02:00
auth.py Call GetState on login to init MessageBox 2022-05-16 10:05:07 +02:00
bots.py Expose entity parameter in client.inline_query 2020-10-11 16:59:48 +02:00
buttons.py Add some missing words in the docs 2020-01-19 13:25:58 +01:00
chats.py Implement Sticker Choosing Action (#3144) 2021-09-01 15:08:58 +02:00
dialogs.py Update documentation and list of known errors 2021-09-11 11:02:10 +02:00
downloads.py Make sessions async 2022-05-12 10:36:10 +02:00
messageparse.py Improve exception clarity for message parsing failure (#3029) 2021-04-17 19:10:33 +02:00
messages.py Add option to clear unread reactions in send_read_acknowledge 2022-05-12 10:40:31 +02:00
telegrambaseclient.py Expose catch_up in client constructor and default it to False 2022-05-20 14:55:47 +02:00
telegramclient.py Remove messy subclassing in the TelegramClient 2019-06-24 17:48:46 +02:00
updates.py Don't crash if periodic session access fails 2022-05-23 14:02:56 +02:00
uploads.py Add ttl parameter to send_file 2021-09-11 11:02:19 +02:00
users.py Don't crash if periodic session access fails 2022-05-23 14:02:56 +02:00