AEIMS
132b3d0f62
adding open_url argument for Message.Button Class
...
adding necessary changes so it works with changes made in telethon.tl.Message.Button
open_url is a bool arg defualt to None (False) so clicking a url inline button will actually return the URL for further proccessing in code instead of returning True and opening it in browser.
2025-05-02 19:46:59 +03:30
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
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
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
43f629f665
Update to layer 140
2022-05-12 10:21:03 +02:00
Shrimadhav U K
ecfc6ae87d
Add pm_oneside parameter in pin_message ( #3095 )
2021-07-09 19:50:47 +02:00
BelgenOp
37b81c6418
Support retracting poll votes on message click without option ( #3080 )
2021-06-19 18:32:11 +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
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
0d05d0d8f5
Update message to include ttl_period
2021-02-23 19:42:09 +01:00
Lonami Exo
9a47fdc1ee
Move Message redefinitions back to patched
...
Fixes #1695 . This matches the older behaviour better, although the
patched module is now written manually.
2021-02-10 20:18:29 +01:00
Lonami Exo
b85f50e314
Try to fix new custom.Message again
2021-02-06 12:41:33 +01:00
Lonami Exo
abe4b8d5b0
Fix docs and imports for custom.Message
2021-02-05 20:52:08 +01:00
Lonami Exo
ea57db7aad
Add comment_to parameter to more easily post comments
2021-01-28 21:05:20 +01:00
Lonami Exo
055643bd01
Fix type hinting for custom.Message
2021-01-28 19:58:03 +01:00
Lonami Exo
cd51c9e47c
Get rid of the patched/ module
...
This may fix #1669 .
2021-01-14 22:56:55 +01:00
Lonami Exo
b02a22eaa3
Fix .get_buttons failing for some messages sent by the bot
...
Closes #1619 .
2020-11-07 11:59:56 +01:00
Lonami Exo
935ee2242d
Add method to unpin messages
2020-10-31 11:31:09 +01:00
Lonami Exo
d83c154f8d
Partial update to layer 120
2020-10-30 20:06:59 +01:00
Lonami Exo
94ce3b06eb
Add missing raw API fields to Message and re-order them
...
Keeping them in order is important to easily change them when new
things are added so that we don't miss them again on another update.
2020-10-18 13:10:37 +02:00
khoben
ce71b3293b
Support Message.click() for polls ( #1583 )
2020-10-07 09:21:33 +02:00
Lonami Exo
4321153b06
Correctly emulate old to_id behaviour
2020-10-02 10:23:04 +02:00
Lonami Exo
5c93ea8019
Fix from_id/sender_id value on message updates
2020-10-01 21:22:27 +02:00
Lonami Exo
572229e536
Add aliases to access new msg fields with old names
2020-10-01 20:37:07 +02:00
Lonami Exo
668dcd52ca
Update global search to properly use offset_rate
2020-10-01 12:23:34 +02:00
Lonami Exo
d5e4398ace
Adapt the rest of the library to layer 119
2020-10-01 12:22:55 +02:00
Lonami Exo
62737c1caf
Partially upgrade to layer 119
2020-10-01 09:17:18 +02:00
Lonami Exo
c864ef7e16
Refetch msg if fileref expires while downloading docs
...
Closes #1301 .
2020-09-24 10:03:28 +02:00
Lonami Exo
326f70b678
Support clicking on buttons asking for phone/location
...
Closes #1492 .
2020-07-04 13:29:43 +02:00
Lonami Exo
7b852206f1
Fix click timeout error is now different
2020-07-04 13:29:43 +02:00
Lonami Exo
c43e2a0a3a
Return produced service message with pin_message
...
Fixes #1394 .
2020-04-29 10:29:14 +02:00
Lonami Exo
71ed1564cb
Add a new .dice property to Message
2020-04-27 20:43:09 +02:00
Lonami Exo
6e9d799103
Actually fix message.document for webpages (57049d follow-up)
2019-09-08 11:06:54 +02:00