View Source ExTDLib.Object.UpdateMessageUnreadReactions (ExTDLib v0.0.4)
The list of unread reactions added to a message was changed.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Chat identifier. |
| message_id | string | Message identifier. |
| unread_reactions | unreadReaction | The new list of unread reactions. |
| unread_reaction_count | number | The new number of messages with unread reactions left in the chat. |
More details on telegram's documentation.