Commit Graph

4325 Commits

Author SHA1 Message Date
KurimuzonAkuma
acbedec20a Update API schema to Layer 173 2024-02-01 21:03:00 +03:00
KurimuzonAkuma
9cecf86546 Fix MyBoost parsing 2024-02-01 13:47:44 +03:00
KurimuzonAkuma
2ade5f6eeb Increase watchdog interval to 15 minutes
https://core.telegram.org/api/updates#recovering-gaps
2024-02-01 00:40:22 +03:00
KurimuzonAkuma
7e10b61b87 Update python.yml 2024-01-30 18:14:04 +03:00
KurimuzonAkuma
086f25f993 Update Pyrogram to v2.1.12 2024-01-30 12:06:21 +03:00
KurimuzonAkuma
376bd1a881 Add protect_content parameter to reply_document method 2024-01-30 12:01:52 +03:00
KurimuzonAkuma
f1246640c1 Rename some attributes
https://t.me/pyrogramchat/102
2024-01-30 12:00:08 +03:00
KurimuzonAkuma
17123664f1 Add support for self-destructing video notes 2024-01-30 11:44:01 +03:00
ALi.w
ab4e582e3e
Fix session not getting saved to media_sessions in save_file method. (#20)
Signed-off-by: Aliwoto <aminnimaj@gmail.com>
2024-01-30 11:03:36 +03:00
KurimuzonAkuma
0b97d0cbff Add some errors to known errors 2024-01-20 21:11:07 +03:00
AmarnathCJD
f7d1e581ed Fix vectors deserialization 2024-01-19 18:03:35 +03:00
KurimuzonAkuma
ecf56abe77 Update API schema to Layer 172 2024-01-18 14:32:00 +03:00
KurimuzonAkuma
978dd3c068 Add reply_web_page bound method 2024-01-17 11:52:00 +03:00
KurimuzonAkuma
4054fff626 Make url parameter optional for send_web_page 2024-01-17 11:39:00 +03:00
KurimuzonAkuma
964e156630 Update API schema to Layer 171 2024-01-17 10:46:42 +03:00
KurimuzonAkuma
309d6815b2 Update Pyrogram to v2.1.11 2024-01-13 19:43:06 +03:00
KurimuzonAkuma
f4dadd728c Allow to specify a language pack 2024-01-13 19:34:53 +03:00
KurimuzonAkuma
fa069be341 Make Storage class an abstract base class 2024-01-13 18:11:50 +03:00
KurimuzonAkuma
ec207a2392 Remove export_story_link method 2024-01-13 17:08:37 +03:00
KurimuzonAkuma
fccee4d643 Fix message.story parsing in some cases 2024-01-10 14:55:00 +03:00
aoleg94
da4b467e8f
Add FloodWait except to media download (#19)
Add FloodWait except to media download to handle this error from the script.

Before this change the exception would only be printed and the script would continue without a way to detect this error.

Co-authored-by: KNF Apps <jordyamc@users.noreply.github.com>
2024-01-09 23:26:34 +03:00
KurimuzonAkuma
d0b71cf2a9 Remove blockquote unparsing from markdown parser 2024-01-08 12:10:26 +03:00
KurimuzonAkuma
c7463fcf2b Fix message.topic parsing in some cases 2024-01-07 14:46:55 +03:00
KurimuzonAkuma
adb1e23fac Update Pyrogram to v2.1.10 2024-01-04 23:08:06 +03:00
KurimuzonAkuma
a3cc7f9b94 Fix update_folder method 2024-01-04 23:07:43 +03:00
KurimuzonAkuma
0234dec405 Update Pyrogram to v2.1.9 2024-01-04 15:28:54 +03:00
KurimuzonAkuma
618d19aad6 Add new methods join/leave_folder 2024-01-04 15:24:41 +03:00
KurimuzonAkuma
e4121e5d61 Add max_quantity parameter to KeyboardButton constructor 2024-01-04 15:05:15 +03:00
KurimuzonAkuma
f4d956bb52 Add new method set_chat_ttl 2024-01-04 14:31:48 +03:00
KurimuzonAkuma
eecf23b2c6 Update description of some methods 2024-01-04 13:45:23 +03:00
KurimuzonAkuma
b784ae8800 Add missing attributes to the Chat type 2024-01-02 17:21:48 +03:00
KurimuzonAkuma
903485f6bd Update usable-by in send_reaction 2024-01-02 16:09:39 +03:00
KurimuzonAkuma
ed4dd57a08 Update Pyrogram to v2.1.8 2024-01-02 14:22:41 +03:00
KurimuzonAkuma
f6788bdf02 Add missing attributes to the WebPage type 2024-01-02 14:22:30 +03:00
KurimuzonAkuma
5e88c6d028 Update description of some methods 2024-01-02 14:22:15 +03:00
KurimuzonAkuma
513f05d34c Add invert_media parameter to Message.reply_text method 2024-01-02 12:35:34 +03:00
KurimuzonAkuma
f2febaae7f Add support for self-destructing voice notes 2024-01-01 23:18:41 +03:00
KurimuzonAkuma
83762ce38c Update Pyrogram to v2.1.7 2023-12-31 20:57:30 +03:00
KurimuzonAkuma
3b00d1b847 Update API schema to Layer 170 2023-12-31 20:55:53 +03:00
KurimuzonAkuma
bb0de78d63 Update Pyrogram to v2.1.6 2023-12-30 14:55:09 +03:00
KurimuzonAkuma
be11e1cfba Update some methods and types description 2023-12-30 14:54:54 +03:00
KurimuzonAkuma
15640b3b53 Add new method send_web_page 2023-12-30 14:54:43 +03:00
KurimuzonAkuma
9a77cc27fe Add invert_media parameter to send_message method 2023-12-30 14:06:39 +03:00
KurimuzonAkuma
5e5860534b Revert changes related to the Story.download 2023-12-30 14:00:25 +03:00
KurimuzonAkuma
ce8de3c8dd Refactor download_media 2023-12-30 14:00:17 +03:00
KurimuzonAkuma
914a25f326 Fix max_quantity error if it is None 2023-12-29 00:34:17 +03:00
KurimuzonAkuma
0a383924f9 Add privileges to RequestPeer buttons 2023-12-28 18:06:46 +03:00
KurimuzonAkuma
5d9031c2c0 Add missing privileges to the promote_chat_member method 2023-12-28 18:04:05 +03:00
KurimuzonAkuma
d8904a57e3 Add missing privileges to the ChatPrivileges type 2023-12-28 18:03:01 +03:00
KurimuzonAkuma
cc06b0e76a Update Pyrogram to v2.1.5 2023-12-28 00:57:20 +03:00