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 theSticker
class.Added new emojis to
pyrogram.emoji
.Added bound methods
approve()
anddecline()
to theChatJoinRequest
class.Added the parameter
video_start_ts
to the methodset_chat_photo()
.Added the parameter
placeholder
toForceReply
andReplyKeyboardMarkup
.Added the
py.typed
file to comply with PEP 561 and enhance type hinting with static type analyzers.