You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the field is_direct_messages to the classes Chat and ChatFullInfo which can be used to identify supergroups that are used as channel direct messages chats.
Added the field parent_chat to the class ChatFullInfo which indicates the parent channel chat for a channel direct messages chat.
Added the class DirectMessagesTopic and the field direct_messages_topic to the class Message, describing a topic of a direct messages chat.
Added the class SuggestedPostInfo and the field suggested_post_info to the class Message, describing a suggested post.
Added the class SuggestedPostApproved and the field suggested_post_approved to the class Message, describing a service message about the approval of a suggested post.
Added the class SuggestedPostApprovalFailed and the field suggested_post_approval_failed to the class Message, describing a service message about the failed approval of a suggested post.
Added the class SuggestedPostDeclined and the field suggested_post_declined to the class Message, describing a service message about the rejection of a suggested post.
Added the class SuggestedPostPaid and the field suggested_post_paid to the class Message, describing a service message about a successful payment for a suggested post.
Added the class SuggestedPostRefunded and the field suggested_post_refunded to the class Message, describing a service message about a payment refund for a suggested post.
What kind of feature are you missing? Where do you notice a shortcoming of PTB?
Bot API 9.2
Important
Describe the solution you'd like
Checklists (@Poolitzer #4917)
Gifts (@Poolitzer #4917)
Direct Messages in Channels (@harshil21 #4914)
Suggested Posts
SuggestedPost[Parameters/Price]. #4912SuggestedPost[Parameters/Price]. #4912(@harshil21 #4916)
(@Poolitzer )
can_manage_direct_messagestopromote_chat_member#4935(@aelkheir, #4931)
(@aelkheir #4921)
Describe alternatives you've considered
If you want to contribute, you can start from the Contribution Guide.
Additional context
Please comment below before start working on any part of the update so as to keep things in track and avoid double work.