Layers 174–186, Paid Reactions, Non-blocking TCP and more
Updated API schema through layers 174, 176, 177, 178, 179, 181, 182, 183, 184, 185, 186.
- :meth:`~pyrogram.Client.send_paid_reaction` — send paid reactions.
- Implemented non-blocking TCP connection.
- Added
skip_updatesparameter toClient. - Updated
MIN_CHANNEL_IDconstant. - Synced types with Bot API documentation.
- Added new TL scheme source.
- Fixed
idle()signal handler not being thread-safe. - Fixed
'ChatFull' object has no attribute 'participants_count'. - Fixed
AttributeErrorinChatTypefilters. - Fixed
send_audionot working as expected in some cases. - Fixed
InputMessageContent.writecoroutine handling. - Fixed type hint for
InputMediaVideo.thumb. - Fixed
FLOOD_PREMIUM_WAIT_Xerror handling. - Various bug fixes.