View Source ExTDLib.Object.AddedReaction (ExTDLib v0.0.4)
Represents a reaction applied to a message.
| Name | Type | Description |
|---|---|---|
| type | ReactionType | Type of the reaction. |
| sender_id | MessageSender | Identifier of the chat member, applied the reaction. |
| is_outgoing | bool | True, if the reaction was added by the current user. |
| date | number | Point in time (Unix timestamp) when the reaction was added. |
More details on telegram's documentation.