Dan
295060d190
Remove "0x" prefix from IDs in the documentation
2022-04-27 09:56:58 +02:00
Dan
2f82e753d6
Keep namespaces in constructors names
2022-04-27 09:04:20 +02:00
Dan
c2333c0575
Add inline query results to the documentation
2022-04-24 11:56:07 +02:00
Dan
1ebc704146
Documentation cleanup
2022-04-24 11:56:07 +02:00
Dan
43f9b57567
Add the method answer_web_app_query
2022-04-24 11:56:07 +02:00
Dan
747b25b9eb
Add the class SentWebAppMessage
2022-04-24 11:56:07 +02:00
Dan
c44643faad
Add the class WebAppData
2022-04-24 11:56:07 +02:00
Dan
fd0044c2ec
Add {get,set}_chat_menu_button
2022-04-24 11:56:07 +02:00
Dan
173888f7c9
Fix renamed classes in the documentation
2022-04-24 11:56:07 +02:00
Dan
76546b0a13
Add MenuButton related classes
2022-04-24 11:56:07 +02:00
Dan
7654dc82e8
Add methods {get,set}_bot_default_privileges.py
2022-04-24 11:56:07 +02:00
Dan
6b0dca09de
Add WebAppInfo and field web_app to (Inline)KeyboardButton.
2022-04-24 11:56:07 +02:00
Dan
d48cef9a26
Add ChatJoiner and get_chat_join_requests
...
Rename get_chat_invite_link_{members -> joiners}
Rename get_chat_invite_link_{members -> joiners}_count
2022-04-24 11:56:07 +02:00
Dan
3e33ef0c0d
Add support for media streams with the method stream_media
2022-04-24 11:56:07 +02:00
Dan
4cb9dec35d
Remove remaining iter_* methods
2022-04-24 11:56:07 +02:00
Dan
8af17c3ed5
Documentation improvements
2022-04-24 11:56:07 +02:00
Dan
9be3818486
Add new function compose
2022-04-24 11:56:07 +02:00
Dan
124bcb4db7
Remove API key requirement for existing sessions
2022-04-24 11:56:07 +02:00
Dan
b47591e6d2
Turn examples asynchronous
2022-04-24 11:56:07 +02:00
Dan
405528c74b
Revamp get_chat_members related methods
2022-04-24 11:56:07 +02:00
Dan
d1bdaae81d
Add methods related to discussion threads and comments
2022-04-24 11:56:07 +02:00
Dan
5f6788ad69
Improvements to the documentation
2022-04-24 11:56:07 +02:00
Dan
bf8a334e32
Revamp get_chat_history related methods
2022-04-24 11:56:07 +02:00
Dan
32624ef5e6
Improve type hints
2022-04-24 11:56:06 +02:00
Dan
9661b804b6
Revamp ChatMember, add ChatPrivileges and support for banned chats
2022-04-24 11:56:06 +02:00
Dan
976c2c47a2
Rename update- to set_username and set_chat_username
2022-04-24 11:56:06 +02:00
Dan
1885acd594
Reformat code
2022-04-16 20:02:10 +02:00
Dan
42fdb03d24
Revert "Remove unneeded parts"
...
This reverts commit 849321e5ca
.
2022-04-16 20:01:38 +02:00
Stark Programmer
abc84b829a
Add bound method Chat.unpin_all_messages ( #959 )
2022-04-16 18:33:26 +02:00
Dan
d6c80ff0f9
Fix non-flags parameters with the same name "flags" being treated as TL flags
2022-04-11 14:52:59 +02:00
Dan
82b029c3bf
Use Optional[Type] instead of Union[Type, None]
2022-04-11 14:34:29 +02:00
Dan
e8250bd576
Add missing backslash to the pattern
2022-04-11 14:29:17 +02:00
Dan
849321e5ca
Remove unneeded parts
2022-04-11 14:27:20 +02:00
Dan
8b92ac8b7f
Add support for multiple TL flags
2022-04-11 12:46:29 +02:00
Nick
688c24bc3e
Update API schema to Layer 140 ( #949 )
2022-04-11 11:16:26 +02:00
Krishna-singhal
0825b977ea
Add bound method Message.react ( #937 )
...
* Bound method `react` to send reaction
* Update message.py
* Update message.py
* Update compiler.py
Co-authored-by: Dan <14043624+delivrance@users.noreply.github.com>
2022-03-28 21:03:37 +02:00
Dan
7bfcd5ac5f
Revamp bot commands and bot command scopes
...
Closes #777
2022-03-28 13:23:12 +02:00
Nick
8d7b62654c
Update API schema to Layer 139 ( #936 )
2022-03-11 12:14:59 +01:00
Sam
54f8ca25fb
Add 400 CHANNEL_ADD_INVALID error ( #894 )
...
* Add RPC Error: CHANNEL_ADD_INVALID
* Update 400_BAD_REQUEST.tsv
Co-authored-by: Dan <14043624+delivrance@users.noreply.github.com>
2022-02-13 11:37:43 +01:00
Gor
d9d7a867b5
Add 406 CHANNEL_PRIVATE error ( #899 )
2022-02-13 11:37:14 +01:00
Dan
b676297ca9
Update API schema to Layer 138
2022-02-01 11:36:46 +01:00
Dan
b9424c7455
Add ChatJoinRequest bound methods docs
2022-02-01 11:01:02 +01:00
Dan
aaaa97c77a
Document ApiCallError RPC error
2022-01-31 21:28:51 +01:00
Dan
333d22afca
Update API schema to Layer 137
2022-01-29 14:45:35 +01:00
Dan
a6299f8401
Use a proper condition check when dealing with flag vectors
...
When reading flag vectors, non-existent vectors are being translated
to [] (empty list). When writing them, the flag condition was
strictly checking for None and an empty list [] would result in an
empty vector being serialized, which should not happen.
Related to #871 .
2022-01-11 17:24:17 +01:00
Dan
527ec23c20
Revert reading non-existent flag vectors from None to []
2022-01-11 16:59:08 +01:00
Sam
de9705f126
Fix core types and compiler ( #871 )
...
- Add missing ID to FutureSalts
- Have vector flags read to None instead of [] for non-existent lists
2022-01-11 16:40:37 +01:00
Dan
626a1bd938
Update copyright year
2022-01-07 10:23:45 +01:00
Dan
8c8288412f
Various improvements
2022-01-07 10:18:51 +01:00
Dan
80d0966691
Merge branch 'set-chat-protected-content'
2022-01-07 09:51:47 +01:00