Commit Graph

4078 Commits

Author SHA1 Message Date
Dan
cea21ad6d0 Update Pyrogram to v2.0.104 2023-04-21 14:56:56 +02:00
Dan
bb678a4fb6 Update API schema to Layer 158 2023-04-21 14:56:12 +02:00
Dan
68c7bd6e12 Update Pyrogram to v2.0.103 2023-04-03 16:29:32 +02:00
Dan
8cff5594c0 Update API schema to Layer 155 2023-04-03 16:29:04 +02:00
Dan
abed55aea9 Update Pyrogram to v2.0.102 2023-03-12 17:52:37 +01:00
Dan
0a90d54010 Separate cases between Channel and ChannelForbidden 2023-03-12 17:52:03 +01:00
Dan
fb3f9acc18 Update Pyrogram to v2.0.101 2023-03-11 16:45:56 +01:00
Dan
a3a4a0204c Update chat username parsing in case of multiple usernames 2023-03-11 16:45:32 +01:00
Dan
d6476ce57e Update Pyrogram to v2.0.100 2023-02-26 11:09:21 +01:00
Dan
787eabd940 Update send_inline_bot_result return type hint 2023-02-26 11:08:27 +01:00
Dan
96ffc7efcd Update Pyrogram to v2.0.99 2023-02-11 10:09:03 +01:00
Jins Mathew
2e82fcecff
Add missing has_spoiler parameter to reply_{animation,photo,video} 2023-02-11 10:08:29 +01:00
Dan
f040aefc9f Update bug_report.yml 2023-02-11 10:03:09 +01:00
Dan
53cb3f29c7 Update Pyrogram to v2.0.98 2023-02-10 12:44:07 +01:00
Nick
5c5dce6620
Update API schema to Layer 152 (#1207) 2023-02-10 12:34:43 +01:00
Dan
22e2b7ff62 Update bug_report.yml 2023-02-10 12:30:08 +01:00
Dan
cfbc848dcf Update Pyrogram to v2.0.97 2023-01-12 18:26:08 +01:00
Dan
245b7e653d Tweak Session timeouts 2023-01-12 18:25:42 +01:00
Dan
283246a6b8 Change connection mode 2023-01-12 18:25:10 +01:00
Dan
82b8c7792e Allow to specify a limit to concurrent transmissions 2023-01-12 18:19:15 +01:00
Dan
2a7110e257 Update Pyrogram to v2.0.96 2023-01-09 15:22:36 +01:00
Dan
a58e19827a Sort the lists of known errors 2023-01-09 15:22:10 +01:00
Dan
d53e1c235b Lower the logging level of some log calls 2023-01-09 15:19:55 +01:00
Mahesh
043734f02b
Add BUTTON_USER_PRIVACY_RESTRICTED to the list of known errors (#1193)
* Add BUTTON_USER_PRIVACY_RESTRICTED to known errors

* Update 400_BAD_REQUEST.tsv

Co-authored-by: Dan <14043624+delivrance@users.noreply.github.com>
2023-01-09 15:02:20 +01:00
Dan
f9a9673011 Update Pyrogram to v2.0.95 2023-01-08 17:22:42 +01:00
Dan
24018532c8 Add INVITE_REQUEST_SENT to known errors 2023-01-08 17:22:15 +01:00
Nick
388c534e1f
Add BOT_ONESIDE_NOT_AVAIL to known errors (#1073)
* `BOT_ONESIDE_NOT_AVAIL`

* Update 400_BAD_REQUEST.tsv

Co-authored-by: Dan <14043624+delivrance@users.noreply.github.com>
2023-01-08 17:20:36 +01:00
Dan
aa2f189225 Update Pyrogram to v2.0.94 2023-01-08 17:11:22 +01:00
Dan
8441ce2f47 Limit the amount of concurrent transmissions 2023-01-08 17:11:02 +01:00
Dan
b19764d5dc Update Pyrogram to v2.0.93 2022-12-31 19:02:20 +01:00
Dan
6752af8796 Add error messages for transport errors 2022-12-31 19:01:42 +01:00
Dan
526aaa0f9d Update Pyrogram to v2.0.92 2022-12-30 20:18:23 +01:00
Dan
a09c5a3b98 Set has_media_spoiler only in case of Photo, Video or Animation media 2022-12-30 20:16:25 +01:00
Dan
fbd62f9596 Update Pyrogram to v2.0.91 2022-12-30 18:07:55 +01:00
Dan
2de8f1921c Fix resolving peers for users with multiple usernames
This currently makes it work for the first available username only
2022-12-30 18:07:15 +01:00
Dan
3b0dee7dd5 Update Pyrogram to v2.0.90 2022-12-30 15:56:19 +01:00
Dan
1e6209da3b Add support for email sign in codes
Fixes #1183
2022-12-30 15:55:52 +01:00
Dan
5d3abd3ab0 Update Pyrogram to v2.0.89 2022-12-30 15:14:42 +01:00
Dan
e8bd639634 Add media spoiler support for other relevant methods
- send_media_group()
- edit_message_media()
- edit_inline_media()
2022-12-30 15:12:42 +01:00
Dan
50d87bf5e9 Add the field is_persistent to the class ReplyKeyboardMarkup 2022-12-30 15:10:53 +01:00
Dan
a116ea42c8 Add the field has_spoiler to relevant InputMedia* classes
- InputMediaPhoto
- InputMediaVideo
- InputMediaAnimation
2022-12-30 15:10:20 +01:00
Dan
06996d24ff Add media_spoiler filter 2022-12-30 15:09:21 +01:00
Dan
c707a4baae Add the parameter has_spoiler to relevant send_* media methods
- send_photo()
- send_video()
- send_animation()
2022-12-30 15:08:55 +01:00
Dan
ef29b3c519 Add the field has_media_spoiler to the class Message 2022-12-30 15:06:51 +01:00
Nick
e0dda5ab26
Update API schema to Layer 151 (#1182) 2022-12-30 14:10:37 +01:00
Dan
fbf722d265 Update Pyrogram to v2.0.88 2022-12-29 23:35:06 +01:00
Dan
cf1e31c413 Apply security checks to each message in the container 2022-12-29 23:33:58 +01:00
Dan
7ee47b220d Update Pyrogram to v2.0.87 2022-12-28 17:44:25 +01:00
Dan
d890e5346c Clear stored_msg_ids on session stop 2022-12-28 17:44:02 +01:00
Dan
82c81c10bd Update Pyrogram to v2.0.86 2022-12-28 00:22:19 +01:00