Pyrogram v1.4#

Layer 138, Video Stickers, New Emojis and more#

New Features & Additions#

  • The API schema has been updated to Layer 138.

  • Added support for video stickers. Added the attribute is_video to the Sticker class.

  • Added new emojis to pyrogram.emoji.

  • Added bound methods approve() and decline() to the ChatJoinRequest class.

  • Added the parameter video_start_ts to the method set_chat_photo().

  • Added the parameter placeholder to ForceReply and ReplyKeyboardMarkup.

  • Added the py.typed file to comply with PEP 561 and enhance type hinting with static type analyzers.