Egor
aa17aa65ec
Update to layer 206 ( #4654 )
2025-07-02 20:38:24 +02:00
UZQueen
31e8ceeecc
Handle cases when Message.reply_to is MessageReplyStoryHeader
2025-06-07 12:27:29 +02:00
Darskiy
f61518274e
Cleanup usage of removed inline_only parameter ( #4630 )
2025-05-30 23:18:58 +02:00
Darskiy
8bb2ec30fe
Add persistent
and placeholder
options to buttons ( #4629 )
2025-05-28 18:21:50 +02:00
AEIMS
6a7331b7dc
Add open_url param to control browser opening on click ( #4607 )
2025-05-04 22:01:55 +02:00
orShadxw
3921914a96
Fix issues raising errors, media dl and reply markup ( #4592 )
2025-04-01 18:00:09 +02:00
Lonami Exo
67765f84a5
Update to layer 200
2025-03-09 13:05:29 +01:00
Nick80835
a2926b548f
Update to layer 198
2025-01-28 18:23:18 +01:00
Nick80835
494b20db2d
Add missing parameters to Message constructor ( #4529 )
2025-01-04 19:29:19 +01:00
Danish
0a6b649ead
Updated to Layer 196 ( #4525 )
2025-01-04 15:15:50 +01:00
Devesh Pal
f03e4b1137
Update to Layer 192 ( #4503 )
2024-10-31 22:10:02 +01:00
Lonami Exo
b3e210a1fb
Update to layer 181
2024-06-01 11:00:14 +02:00
CoderX
49a8f111d3
Add missing attributes to Message ( #4346 )
2024-04-08 21:24:43 +02:00
Lonami Exo
723fbd570f
Update to layer 177
2024-04-05 18:28:31 +02:00
Lonami Exo
7ceb2e0b25
Add missing quick_reply_shortcut_id
2024-03-10 10:53:32 +01:00
Lonami Exo
47178dfaef
Update to layer 176
2024-03-08 23:15:54 +01:00
Lonami Exo
d90d0dc00f
message parameter must be optional
2024-02-23 20:53:54 +01:00
Lonami Exo
d1518f002a
Fix custom Message lacking parameter
2024-02-21 17:01:03 +01:00
Lonami Exo
70201a9ff1
Fix Message finish init for reply_to stories
2024-01-31 21:57:41 +01:00
exovoq
6ee2fffce8
Add reply_to_chat and reply_to_sender in Message ( #4300 )
2024-01-18 18:48:22 +01:00
Lonami Exo
9dbe9a7669
Add missing saved_peer_id parameter to Message
2024-01-04 13:01:28 +01:00
Jahongir Qurbonov
b882348a2b
Fix restriction_reason type hint ( #4282 )
2023-12-25 10:13:03 +01:00
Balázs Triszka
584735afe1
Conditional webbrowser import ( #4261 )
2023-11-28 00:04:36 +01:00
Lonami Exo
b17e10af1d
Fix init of custom Draft after layer update
2023-10-29 11:41:54 +01:00
Lonami Exo
046dbb58b8
Update to layer 166
2023-10-29 11:00:13 +01:00
Non
72faa89361
Remove client-side check in message.edit ( #4195 )
...
Fixes #4193 .
2023-09-08 18:35:25 +02:00
misuzu
0cc9ca9bd9
Fix is_inline
check for KeyboardButtonWebView
( #4183 )
2023-08-28 17:40:23 +02:00
Lonami Exo
164d35681e
Fix reply_to can be optional
2023-07-21 22:44:35 +02:00
Lonami Exo
75ed58ad89
Update to layer 160
2023-07-21 21:24:10 +02:00
Lonami Exo
f7e38ee6f0
Remove redundant entity cache
...
Progress towards #3989 .
May also help with #3235 .
2023-04-06 13:25:48 +02:00
Lonami Exo
b68c1f4f03
Add docs warning to file.id about it not being maintained
2023-03-11 11:56:43 +01:00
Lonami Exo
db29e9b7ef
Don't unnecessarily refetch the sender twice
2022-10-03 13:11:48 +02:00
Lonami Exo
c16fb0dae6
Add missing await in qr_login
2022-05-16 18:56:24 +02:00
Lonami Exo
43f629f665
Update to layer 140
2022-05-12 10:21:03 +02:00
Devesh Pal
9830c4e02b
Add Button.buy and Button.game ( #3141 )
2021-08-29 11:49:52 +02:00
ZubAnt
45ed6658fe
Fix add_admins property of custom.ParticipantPermissions ( #3132 )
...
Closes #3131 .
2021-08-15 08:01:25 +02:00
Devesh Pal
e5599c178b
Expose more raw API params in friendly methods ( #3104 )
2021-08-05 10:54:07 +02:00
Devesh Pal
ad55b945c1
Add comment_to to InlineResult-click method ( #3118 )
2021-08-03 18:34:10 +02:00
Shrimadhav U K
ecfc6ae87d
Add pm_oneside parameter in pin_message ( #3095 )
2021-07-09 19:50:47 +02:00
MiyukiKun
249670827c
Change manage_call permission to default to None ( #3093 )
2021-07-02 21:42:57 +02:00
Devesh Pal
42bfc7bb3f
Fix inline force_document and new known RPC errors ( #3084 )
...
This should fix inline video notes.
2021-06-24 14:19:01 +02:00
Ivanzzzc
417bfcd36e
Fix encoding of QR login URL ( #3082 )
...
Closes #3081 .
2021-06-20 15:57:05 +02:00
BelgenOp
37b81c6418
Support retracting poll votes on message click without option ( #3080 )
2021-06-19 18:32:11 +02:00
Anonymous
7c5efee1de
Update to layer 129 and other additions/enhancements ( #3074 )
...
* Apply code corrections for the new layer types.
* Support not passing `user` to `get_permissions`.
* `download_profile_photo` now supports `MessageService`.
* `thumb` in send and edit message.
* Document new known errors.
2021-06-15 22:57:32 +02:00
Julian Haupt
08a11eeacf
Fix get_sender when using it on a ChannelForbidden ( #3053 )
...
Closes #3051 .
2021-05-09 15:33:01 +02:00
FujiApple
5f16434346
Fix Message._needed_markup_bot not returning bot in some cases ( #3030 )
2021-04-19 08:20:03 +02:00
Lonami Exo
58013f4f44
Fix file.width and .height not working on Photo
2021-03-15 22:36:46 +01:00
Lonami Exo
bdc324760d
Move message.out patching in self-chat to Message
...
May fix #1684 .
2021-03-14 11:16:59 +01:00
Lonami Exo
bfa7e4ca37
Support clicking buttons that require password
...
Should close #1716 .
2021-03-07 16:36:26 +01:00
Lonami Exo
175b30faf8
Add new event types to AdminLogEvent
2021-02-23 20:10:51 +01:00