Description
-
Add the field available_reactions to the class Chat.
-
Add the class ExternalReplyInfo and the field external_reply of type ExternalReplyInfo to the class Message, containing information about a message that is replied to by the current message, but can be from another chat or forum topic. There is a bug here, which is making external_reply always present in the Message object even if it is not an external_reply. another bug with both reply_to_message and external_reply present in Message object.
-
Add the class TextQuote and the field quote of type TextQuote to the class Message, which contains the part of the replied message text or caption that is quoted in the current message.
-
Add
story_id
to ReplyParameters -
ChatRequest for multiple users
-
Chat Boost
-
invoice
-
Giveaway
-
BOT API 7.0 Other Changes
-
Sticker high level methods
-
Stories
-
bug in message_thread_id parsing and sending
-
rename chat_ttl_period and chat_ttl_setting_from to message_auto_delete_timer_changed
User
-
[] stories_hidden:flags2.3?true
-
[] stories_unavailable:flags2.4?true
-
[] bot_info_version:flags.14?int
-
[] stories_max_id:flags2.5?int
-
29d4ac3 (also add similar thing for sendMediaGroup and editMessageMedia and sendPaidMedia)
-
rewrite the buggY video_cover thing
-
documentation fixes for 1.8.46
-
maintain backward compatibility https://t.me/c/1220993104/1382620/1384005
-
userGift# upgraded, saved
-
messageService# reactions_are_possible reactions
-
feat: add attribute "correct" for PollOption pyrogram/pyrogram#788
-
https://t.me/c/1341570295/2040334 feat: use lib side check of valid lengths and prevent invalid requests being sent. #124