Pyrogram v2.2.9#
Scheme layer used: 200#
Rename
UserGifttoReceivedGift,get_user_giftstoget_received_gifts()and the corresponding fields appropriately.Added the field
paid_message_star_countto the classesChat,MessageandUser.Added the parameter
paid_message_star_countto 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 methodsforward()andcopy().
Scheme layer used: 199#
Added the class
InlineQueryResultGame.Added the bound methods
edit_message_text(),edit_message_caption(),edit_message_media()andedit_message_reply_markup().Renamed the fields
thumb_url,thumb_width, andthumb_heightin the classesInlineQueryResultArticle,InlineQueryResultContact,InlineQueryResultDocument,InlineQueryResultLocation, andInlineQueryResultVenuetothumbnail_url,thumbnail_width, andthumbnail_heightrespectively.Renamed the field
thumb_urlin the classesInlineQueryResultPhotoandInlineQueryResultVideotothumbnail_url.Added the field
animation_mime_typeand renamed the fieldsthumb_urlandthumb_mime_typein the classesInlineQueryResultAnimationtothumbnail_urlandthumbnail_mime_typerespectively.Fixed a bug with
_clientbeing None inChosenInlineResultHandler.