Commit Graph

  • d419979406 Declare missing exception variable (#4087) David 2023-04-12 23:36:43 +08:00
  • acec8a776f Fix documentation typo (#4086) SsNiPeR1 2023-04-11 17:43:44 +02:00
  • ced36adb03 Fix editing inline messages of type InputBotInlineMessageID64 (#4082) Nitan Alexandru Marcel 2023-04-07 18:04:08 +03:00
  • 5b1135734b Properly handle PhoneCodeExpiredError in sign_in v1.28.1 Lonami Exo 2023-04-06 18:52:45 +02:00
  • 10c74f8bab Bump to v1.28.0 v1.28.0 Lonami Exo 2023-04-06 15:05:44 +02:00
  • af18538722 Handle PhoneCodeExpiredError during sign_in Lonami Exo 2023-04-06 14:36:24 +02:00
  • fd09284598 Update FAQ Lonami Exo 2023-04-06 14:32:45 +02:00
  • a657ae0134 Save self user ID in session file Lonami Exo 2023-04-06 14:18:42 +02:00
  • 88bc6a46a6 Store self user in entity cache Lonami Exo 2023-04-06 13:58:26 +02:00
  • 97b0ba6707 Flush in-memory cache to session after a limit is reached Lonami Exo 2023-04-06 13:45:12 +02:00
  • cb04e269c0 Fix _get_entity_pair could receive None as input Lonami Exo 2023-04-06 13:39:56 +02:00
  • d1e3237c41 Remove now-unused EntityCache class Lonami Exo 2023-04-06 13:21:31 +02:00
  • f7e38ee6f0 Remove redundant entity cache Lonami Exo 2023-04-06 13:09:07 +02:00
  • 3e64ea35ff Update FAQ Lonami Exo 2023-04-06 12:38:25 +02:00
  • f9001bc8e0 Include Telethon version on fatal errors during updates Lonami Exo 2023-04-06 12:21:49 +02:00
  • 68ea208b43 Periodically save update state (#4071) Kacnep89 2023-03-28 22:00:36 +05:00
  • 0f7756ac68 Remove dead code from send_file Lonami Exo 2023-03-28 18:17:07 +02:00
  • 33c5ee9be4 Implement progress_callback for sending albums Lonami Exo 2023-03-28 18:15:57 +02:00
  • a942b021bc Fix conversion and time zone issues (#4072) Kacnep89 2023-03-28 20:38:46 +05:00
  • 516a2e7435 Handle timeout error during getDifference Lonami Exo 2023-03-12 17:46:25 +01:00
  • be59c36ed3 Handle errors at connection level Lonami Exo 2023-03-12 17:43:36 +01:00
  • acd3407418 Propagate errors at the connection level Lonami Exo 2023-03-12 17:43:19 +01:00
  • f3414d134a Handle invalid buffers at protocol level Lonami Exo 2023-03-12 17:27:22 +01:00
  • 177386e755 Update to layer 155 Lonami Exo 2023-03-12 17:15:28 +01:00
  • 1f79f063a2 Expand documentation on using the raw API Lonami Exo 2023-03-11 12:45:06 +01:00
  • b87a8d0c1f Remove mentions to methods in generated TL ref Lonami Exo 2023-03-11 12:26:17 +01:00
  • b68c1f4f03 Add docs warning to file.id about it not being maintained Lonami Exo 2023-03-11 11:56:43 +01:00
  • 6bc7245106 Add file IDs section to the FAQ Lonami Exo 2023-03-11 11:56:39 +01:00
  • 373601500f Update to layer 154 Lonami Exo 2023-03-09 21:34:48 +01:00
  • f334d5b8fe Move working with messages to the wiki Lonami Exo 2023-02-28 21:58:07 +01:00
  • 4de1609d4e Fix ChatAction for groups with hidden members Lonami Exo 2023-02-26 11:17:12 +01:00
  • 07a7a8b404 Deprecate force_sms and sign_up Lonami Exo 2023-02-26 10:39:10 +01:00
  • 0563430314 Slightly improve documentation Lonami Exo 2023-02-26 10:10:19 +01:00
  • acfde7132b Support Message without client as inputs to forward_messages Lonami Exo 2023-02-08 17:35:49 +01:00
  • 610b8c34dd Prevent publishing to PyPi if tl.telethon.dev is out-of-date Lonami Exo 2023-02-06 17:40:51 +01:00
  • daf21f12d9 Bump to v1.27 v1.27.0 Lonami Exo 2023-02-05 15:19:41 +01:00
  • 6dece6e8a1 Update to layer 152 Lonami Exo 2023-02-05 15:05:05 +01:00
  • 9f077e356b Fix downloading vcard and webdoc with Path Lonami Exo 2023-01-23 08:48:00 +01:00
  • 1f8b59043b Change maximum photo size to 2560px (#4024) Nick80835 2023-01-18 11:37:56 -05:00
  • cc3d25eeb8 Wrap init request in invokeWithoutUpdates if requested Lonami Exo 2023-01-14 13:31:32 +01:00
  • d81eb0b2e8 Apply pts returned by some additional requests Lonami Exo 2023-01-14 12:31:01 +01:00
  • 83bafa25e3 Stop using asyncio.get_event_loop() Lonami Exo 2023-01-11 21:02:29 +01:00
  • fb97a8aa87 Propagate account being logged-out errors Lonami Exo 2023-01-11 20:30:33 +01:00
  • c932d79ab3 Ignore improperly formatted errors from Telegram's JSON Lonami Exo 2023-01-11 20:28:29 +01:00
  • 94cc897019 Sync list of known errors with Telegram's JSON Lonami Exo 2023-01-11 19:53:35 +01:00
  • 7a74dedc48 Add script to sync errors with Telegram's JSON Lonami Exo 2023-01-11 19:53:20 +01:00
  • 6332690a51 Sort RPC error data Lonami Exo 2023-01-11 19:36:30 +01:00
  • 2007c83c9e Update to layer 151 Lonami Exo 2022-12-31 18:38:53 +01:00
  • 7288c9933c Update to layer 150 Lonami Exo 2022-12-22 20:30:25 +01:00
  • 979e38152d Bump to v1.26.1 v1.26.1 Lonami Exo 2022-12-22 20:28:03 +01:00
  • 6d2a5dada5 Fix PERSISTENT_TIMESTAMP_EMPTY for new entries with pts 1, count 0 Lonami Exo 2022-12-22 20:23:06 +01:00
  • 061a84bef2 Fix payment.py example (#4005) yumupdate 2022-12-22 15:42:30 +03:00
  • e750eb7ab5 Add more debug traces to the messagebox Lonami Exo 2022-12-18 12:57:51 +01:00
  • 59ffad0090 Promote messagebox warnings to errors Lonami Exo 2022-12-18 12:42:14 +01:00
  • a8ce308b7a Fix messagebox state trace was not logging the object Lonami Exo 2022-12-18 12:41:08 +01:00
  • c72c7b160a Introduce trace-level logs to MessageBox Lonami Exo 2022-12-17 23:13:06 +01:00
  • 5080715565 Change updates add_done_callback to discard tasks more reliably Lonami Exo 2022-12-15 21:21:58 +01:00
  • b2925f8279 Update documentation and list of known errors Lonami Exo 2022-12-14 20:00:55 +01:00
  • 4a6ef97910 Fix calls to disconnect after logout Lonami Exo 2022-12-13 08:33:13 +01:00
  • 83f13da420 Don't error when calling disconnect after logout Lonami Exo 2022-11-27 11:22:30 +01:00
  • 4f51604def Fix sending copies of a file message should ignore parse mode Lonami Exo 2022-11-26 09:12:06 +01:00
  • ba7fc245ab Set documentation language to en Lonami Exo 2022-11-26 09:11:49 +01:00
  • bd1ba3bf1e Bump to v1.26 and update layer to 149 v1.26.0 Lonami Exo 2022-11-25 18:23:28 +01:00
  • 8ae75db862 Sort updates preemptively Lonami Exo 2022-11-20 22:51:55 +01:00
  • 2c85ffea12 Fix get_dialogs could fail when count % chunk_size = 0 Lonami Exo 2022-11-09 16:12:17 +01:00
  • fb43f638ff Update to layer 148 and document new more errors (#3970) Shrimadhav U K 2022-11-06 00:39:08 +05:30
  • 073b87ba1f Fix some typos and add note about BotFather in migration guide Lonami Exo 2022-10-26 14:13:03 +02:00
  • 0c868065c7 Handle ConnectionError during update handling Lonami Exo 2022-10-25 12:28:40 +02:00
  • 2ffac2dcdb Handle DestroyAuthKey result more gracefully Lonami Exo 2022-10-21 15:52:00 +02:00
  • f902c9293a Fix log message formatting when obj was not updates Lonami Exo 2022-10-21 15:50:37 +02:00
  • a7db08d020 Fix sender destroy session handling was not running Lonami Exo 2022-10-21 15:49:18 +02:00
  • 0980d55c34 Document how to send spoilers and custom emoji Lonami Exo 2022-10-21 11:12:55 +02:00
  • b3266fabd8 Fix iter_messages could get stuck on global search Lonami Exo 2022-10-18 16:00:18 +02:00
  • ef4f9a962c Fix MediaEmptyError error when sending some videos (#3951) th3c00lw0lf 2022-10-15 19:01:29 +01:00
  • f819593cbf Update to layer 146 (#3933) Devesh Pal 2022-10-14 22:20:27 +05:30
  • 2d237c41fe Revert accidental NO_UPDATES_TIMEOUT change and bump to v1.25.4 v1.25.4 Lonami Exo 2022-10-14 18:43:44 +02:00
  • 7f5a1ec5e1 Bump to v1.25.3 v1.25.3 Lonami Exo 2022-10-14 18:41:39 +02:00
  • 949b54fdb0 Fix edit_admin failing on small Chat Lonami Exo 2022-10-13 17:56:47 +02:00
  • b6d8311a55 Fix iter_messages was stopping too early in some channels Lonami Exo 2022-10-13 13:40:25 +02:00
  • db29e9b7ef Don't unnecessarily refetch the sender twice Lonami Exo 2022-10-03 13:11:48 +02:00
  • 299b090cde Let download_profile_photo work with min-User Lonami Exo 2022-10-03 13:06:27 +02:00
  • 04cf2953f6 Document that disconnect cancels event handlers Lonami Exo 2022-10-03 10:24:37 +02:00
  • ad2238e788 Shield disconnect from cancellation Lonami Exo 2022-10-03 10:19:14 +02:00
  • 908375ac42 Fix get_running_loop usage in Python3.6 (#3941) Alfian Pangetsu 2022-10-03 00:05:11 +07:00
  • 7f472ee72c Add CHAT_FORWARDS_RESTRICTED to known errors Lonami Exo 2022-10-02 16:25:52 +02:00
  • d2b1c3ec5f Lower severity of some log messages during update handling Lonami Exo 2022-10-02 16:07:14 +02:00
  • 1cf6cf46bd Bump to v1.25.2 v1.25.2 Lonami Exo 2022-09-27 11:32:38 +02:00
  • bb98f4e68c Fix get_dialogs was not filling channels pts Lonami Exo 2022-09-27 11:31:41 +02:00
  • 105a7a7c56 Log channel ID when getting their difference Lonami Exo 2022-09-27 11:31:26 +02:00
  • fd70b5a428 Update list of known errors Lonami Exo 2022-09-27 10:49:12 +02:00
  • 7518caae79 Fix typo in authenticator (#3878) v2-stale2 apepenkov 2022-09-24 12:20:19 +03:00
  • 9110f9a4e1 Fix TypeError during data decryption (#3833) AliRezaBeigy 2022-09-24 12:50:02 +03:30
  • 6fcd7dff38 Bump to v1.25.1 v1.25.1 Lonami Exo 2022-09-24 10:53:55 +02:00
  • 346a3f0ef5 Add note on 2FA for qr_login Lonami Exo 2022-09-21 12:28:51 +02:00
  • c975b566a1 Handle ServerError while getting difference Lonami Exo 2022-09-21 12:17:24 +02:00
  • 49bdb762c9 Re-raise unhandled errors that occur during update handling Lonami Exo 2022-09-21 12:13:21 +02:00
  • a83fe46baf Document the client instance cannot be used after logout Lonami Exo 2022-09-21 12:00:55 +02:00
  • 17516318e6 Add a hard timeout on disconnect Lonami Exo 2022-09-21 10:58:35 +02:00
  • 6d02a1c6ff Update some raw API examples Lonami Exo 2022-09-21 10:50:07 +02:00
  • 1f42e6e32f del_surrogate for HTML inline URLs Lonami Exo 2022-09-20 18:18:26 +02:00