View Source ExTDLib.Object.MessageReaction (ExTDLib v0.0.4)
Contains information about a reaction to a message.
| Name | Type | Description |
|---|---|---|
| type | ReactionType | Type of the reaction. |
| total_count | number | Number of times the reaction was added. |
| is_chosen | bool | True, if the reaction is chosen by the current user. |
| used_sender_id | MessageSender | Identifier of the message sender used by the current user to add the reaction; may be null if unknown or the reaction isn't chosen. |
| recent_sender_ids | MessageSender | Identifiers of at most 3 recent message senders, added the reaction; available in private, basic group and supergroup chats. |
More details on telegram's documentation.