Dan
|
43f9b57567
|
Add the method answer_web_app_query
|
2022-04-24 11:56:07 +02:00 |
|
Dan
|
b645a75b93
|
Allow negative offsets in stream_media
|
2022-04-24 11:56:07 +02:00 |
|
Dan
|
59ccc4de88
|
Documentation fixes
|
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
|
7654dc82e8
|
Add methods {get,set}_bot_default_privileges.py
|
2022-04-24 11:56:07 +02:00 |
|
Dan
|
c54be38696
|
Rename can_manage_voice_chats to can_manage_video_chats
|
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
|
f6f6141b19
|
Add approve/decline_all_chat_join_requests
|
2022-04-24 11:56:07 +02:00 |
|
Dan
|
74f970e863
|
Add more docstrings to stream_media
|
2022-04-24 11:56:07 +02:00 |
|
Dan
|
394a9adc03
|
Fix type hints
|
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
|
01ca652f8c
|
Add support for in-memory downloads
|
2022-04-24 11:56:07 +02:00 |
|
Dan
|
4cb9dec35d
|
Remove remaining iter_* methods
|
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
|
ecc90caba2
|
Handle edited messages using a separate handler
|
2022-04-24 11:56:07 +02:00 |
|
Dan
|
0e3c2e4412
|
Rename RPCError.x to RPCError.value
|
2022-04-24 11:56:07 +02:00 |
|
Dan
|
68f151bad5
|
Merge changes
|
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
|
84f0b3a97a
|
Rename some enums
|
2022-04-24 11:56:07 +02:00 |
|
Dan
|
bbc109d73e
|
Remove unused method
|
2022-04-24 11:56:07 +02:00 |
|
Dan
|
04eef09097
|
Don't fetch reply-to messages in search_messages
|
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
|
bf8a334e32
|
Revamp get_chat_history related methods
|
2022-04-24 11:56:07 +02:00 |
|
Dan
|
41f16a17c9
|
Fix filters.command not working with multiple running bots
Closes #864
|
2022-04-24 11:56:07 +02:00 |
|
Dan
|
78efb04b40
|
Rename Client.send to Client.invoke
|
2022-04-24 11:56:07 +02:00 |
|
Dan
|
32624ef5e6
|
Improve type hints
|
2022-04-24 11:56:06 +02:00 |
|
Dan
|
274650cda9
|
Rename Message.message_id to Message.id
|
2022-04-24 11:56:06 +02:00 |
|
Dan
|
b697826b5a
|
Replace integer timestamps with datetime objects
|
2022-04-24 11:56:06 +02:00 |
|
Dan
|
bbad58a83f
|
Add enumerations
|
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 |
|
Mahesh
|
1c225776c9
|
Removed unnecessary create_task (#706)
|
2022-04-15 13:55:03 +02:00 |
|
Marco Burro
|
7a5ab4bffa
|
Fix inline query results typing (#958)
|
2022-04-15 11:35:21 +02:00 |
|
Shohih Abdul
|
acc2c72d6d
|
Improve type hinting for join_chat method (#957)
|
2022-04-14 20:34:55 +02:00 |
|
Dan
|
0c0a4b5a5c
|
Remove unneeded parameter hide_via from send_inline_bot_result
|
2022-04-11 15:17:16 +02:00 |
|
Dan
|
7bfcd5ac5f
|
Revamp bot commands and bot command scopes
Closes #777
|
2022-03-28 13:23:12 +02:00 |
|
Andrea Maugeri
|
aa41ac5fd2
|
Fix issue in set_bot_commands (#778)
|
2022-03-28 11:48:15 +02:00 |
|
Dan
|
8ee5ea02b1
|
Update pin_chat_message to return Message instead of bool
|
2022-03-19 20:57:17 +01:00 |
|
blank X
|
e0eccfa8fb
|
Respect file_name if file passed is a file object (#912)
Fixes #911
|
2022-02-26 11:13:08 +01:00 |
|
Roj
|
f1298dfdc6
|
Add video_start_ts parameter to set_chat_photo (#770)
* Add `video_start_ts` parameter to `set_chat_photo`
* Docstrings update
Co-authored-by: Dan <14043624+delivrance@users.noreply.github.com>
|
2022-01-29 14:08:15 +01:00 |
|
Danipulok
|
10c512d39c
|
Remove unnecessary method call in get_media_group (#860)
|
2022-01-11 16:42:04 +01:00 |
|
Dan
|
fbdc6613f2
|
Fix can_send_other_messages permission being inverted
Fixes #868
|
2022-01-10 14:31:17 +01:00 |
|
SUBIN
|
1d7c57e669
|
Add missing parameter protect_content (#859)
|
2022-01-07 17:05:34 +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 |
|
Dan
|
ac3d2b8d7a
|
Rename methods and add proper docs
|
2022-01-05 12:50:44 +01:00 |
|
Fernando Werneck
|
b283bce262
|
Add No Forwards chat option (#839)
* Add No Forwards chat option
* Fix chat.py
|
2022-01-05 12:37:25 +01:00 |
|