Pyrogram v0.9.1#
Minor Fixes and Improvements#
Bug Fixes#
Fix
AttributeError: 'ChannelForbidden' object has no attribute 'restriction_reason'.Fix
MESSAGE_IDS_EMPTYerror.Fix
UnicodeDecodeErrorraised by invalid UTF-8 data inside inline buttons callback data.FIx
ChatMember.total_countnot being available when fetching members from supergroups and channels.
Breaking Changes#
InlineKeyboardButton.callback_datatype is nowbytesinstead ofstrin order to fix the bug above.