Pyrogram v2.1.34#
Scheme layer used: 192#
Added
SHOW_MESSAGE_SENDER_ENABLED,AGGRESSIVE_ANTI_SPAM_TOGGLED,PROTECTED_CONTENT_TOGGLED,CHAT_IS_FORUM_TOGGLED,USERNAMES_CHANGED,MEMBER_SUBSCRIPTION_EXTENDED,MEMBER_JOINED_BY_LINK,MEMBER_JOINED_BY_REQUEST, and updatedChatEventFilterwith the corresponding attributes.Added the parameter
show_caption_above_mediato theedit_inline_caption().Added the parameter
allow_paid_broadcastto the methodscopy_media_group(),send_game(),send_invoice(),forward_messages(),send_animation(),send_audio(),send_cached_media(),send_contact(),send_dice(),send_document(),send_location(),send_media_group(),send_message(),send_paid_media(),send_photo(),send_poll(),send_sticker(),send_venue(),send_video_note(),send_video(),send_voice()and the bound methodsreply_game(),reply_text(),reply_animation(),reply_audio(),reply_contact(),reply_document(),reply_location(),reply_media_group(),reply_photo(),reply_poll(),reply_sticker(),reply_venue(),reply_video(),reply_video_note(),reply_voice(),reply_invoice(),forward(),copy(),reply_cached_media().Introduced the ability to add media to existing text messages using the method
edit_message_media(),edit_cached_media(),edit_media(),edit_cached_media().Added the class
CopyTextButtonand the fieldcopy_textin the classInlineKeyboardButtonallowing bots to send and receive inline buttons that copy arbitrary text.