Commit graph

203 commits

Author SHA1 Message Date
Dan
cd69fb6d76 Add support for CUSTOM_EMOJI message entity type 2022-08-12 17:18:08 +02:00
dogghi
8da0851984
Add support for BytesIO in InputMedia objects (#1047)
fix docstrings and fix "TypeError: stat: path should be string, bytes, os.PathLike or integer, not BytesIO" when passing a BytesIO object to an InputMedia subclass
2022-08-11 13:58:36 +02:00
Dan
4b10ec8e87
Pickle datetime objects into timestamps (#1016)
* Pickle datetime objects into timestamps

* Rename variable

* Add length check
2022-06-20 11:43:40 +02:00
Dan
7f9e841ccd Update API schema to Layer 143 2022-06-14 17:09:02 +02:00
Prashant Sengar
a1bdcd672e
Fix type of "has_protected_content" (#994)
`has_protected_content` attribute of Message class was assigned the wrong type in the docstring (str), corrected it to `bool`
2022-06-06 18:47:15 +02:00
Gaung Ramadhan
6974d97fb4
Fix type hint of User.status (#998) 2022-05-25 10:56:55 +02:00
leonardotty
d984ae24d5
Add missing parameter to send_reaction (#993) 2022-05-14 19:28:44 +02:00
Dan
6cf849c3ea Revert "Update maximum caption length (#989)"
This reverts commit f1e4a0ce74.
2022-05-07 12:01:14 +02:00
Stark Programmer
e708f8dabf
Add missing parameters to Chat.set_photo (#980) 2022-05-06 22:08:52 +02:00
Moshe
0bc340081f
Fix wrong enum usage (#988) 2022-05-06 22:08:23 +02:00
leonardotty
f1e4a0ce74
Update maximum caption length (#989)
Co-authored-by: leonardotty <leonardo.rossidev@gmail.com>
Co-authored-by: Dan <14043624+delivrance@users.noreply.github.com>
2022-05-06 22:06:11 +02:00
Dan
23b03c6b19 Fix parsing of text mentions 2022-04-25 21:02:19 +02:00
Dan
c71d36ea49 Fix Chat.get_members() 2022-04-25 17:19:38 +02:00
Alisson Lauffer
27c9338970
Fix Message.react() (#965) 2022-04-24 18:36:47 +02:00
Dan
8852756798 Fix zero-datetime not working in some systems 2022-04-24 18:13:18 +02:00
Dan
be37e3b46c Rename enum MessageService to MessageServiceType 2022-04-24 11:56:07 +02:00
Dan
264a206a13 Rename enum MessageMedia to MessageMediaType 2022-04-24 11:56:07 +02:00
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
6087c2a974 Add missing entry in __init__.py 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
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
59ccc4de88 Documentation fixes 2022-04-24 11:56:07 +02:00
Dan
76546b0a13 Add MenuButton related classes 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
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
e3419f0f3d Add InlineQueryResultContact and InlineQueryResultDocument 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