2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 21:07:59 +00:00

2978 Commits

Author SHA1 Message Date
Dan
1ae719c252 Rework send_poll: add missing parameters 2022-04-24 11:56:07 +02:00
Dan
57a4897470 Skip attributes with leading underscore in Object.__eq__ 2022-04-24 11:56:07 +02:00
Dan
20c6b959d5 Update Object.bind docstring 2022-04-24 11:56:07 +02:00
Dan
c2333c0575 Add inline query results to the documentation 2022-04-24 11:56:07 +02:00
Dan
703ec1676c Add InlineQueryResultCachedAudio 2022-04-24 11:56:07 +02:00
Dan
8e8972d5ac Add InlineQueryResultCachedVoice 2022-04-24 11:56:07 +02:00
Dan
b2643e9197 Use "description" in InlineQueryResultCachedDocument 2022-04-24 11:56:07 +02:00
Dan
c4948eac27 Add InlineQueryResultCachedVideo 2022-04-24 11:56:07 +02:00
Dan
65a213b222 Add InlineQueryResultCachedDocument 2022-04-24 11:56:07 +02:00
Dan
a9cadf3022 Add InlineQueryResultCachedSticker 2022-04-24 11:56:07 +02:00
Dan
0b0af2da5b Add InlineQueryResultCachedAnimation 2022-04-24 11:56:07 +02:00
Dan
d87810ceb0 Fix docstring indentation 2022-04-24 11:56:07 +02:00
Dan
c0dc882f2c Add InlineQueryResultCachedPhoto 2022-04-24 11:56:07 +02:00
Dan
d209074e44 Add InlineQueryResultVenue 2022-04-24 11:56:07 +02:00
Dan
13e26ca64a Add InlineQueryResultLocation 2022-04-24 11:56:07 +02:00
Dan
9c28ccdf60 Add InlineQueryResultVoice 2022-04-24 11:56:07 +02:00
Dan
4367dbc465 Add missing fields to InlineQueryResultAnimation 2022-04-24 11:56:07 +02:00
Dan
5108b78ef5 Add missing fields to InlineQueryResultPhoto 2022-04-24 11:56:07 +02:00
Dan
077687b85d Add missing fields to InlineQueryResultArticle 2022-04-24 11:56:07 +02:00
Dan
2ad53ec00b Update unpack_inline_message_id 2022-04-24 11:56:07 +02:00
Dan
6087c2a974 Add missing entry in __init__.py 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
91e4716872 Use pack_inline_message_id util function in CallbackQuery 2022-04-24 11:56:07 +02:00
Dan
4e6c1690d2 Add pack_inline_message_id util function 2022-04-24 11:56:07 +02:00
Dan
663594876d Rename webpage.py to web_page.py 2022-04-24 11:56:07 +02:00
Dan
c44643faad Add the class WebAppData 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
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
c54be38696 Rename can_manage_voice_chats to can_manage_video_chats 2022-04-24 11:56:07 +02:00
Dan
a3c7f5e991 Rename voice_* related fields to video_* 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
4e1b54288b Fix Client.name usage 2022-04-24 11:56:07 +02:00
Dan
39694a2949 Add speedups.rst 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
ade31f8989 Update the session string format 2022-04-24 11:56:07 +02:00
Dan
e3419f0f3d Add InlineQueryResultContact and InlineQueryResultDocument 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
b2c4d26ce6 Fix Message.download() docstrings 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
6eadb75086 Recursively bind when using Object.bind() 2022-04-24 11:56:07 +02:00
Dan
5c0806a8a9 Add __repr__ to enumerations 2022-04-24 11:56:07 +02:00
Dan
bd11767e88 Use a shorter __license__ string 2022-04-24 11:56:07 +02:00