View Source ExTDLib.Method.AddMessageReaction (ExTDLib v0.0.4)
Adds a reaction to a message. Use getMessageAvailableReactions to receive the list of available reactions for the message. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Identifier of the chat to which the message belongs. |
| message_id | string | Identifier of the message. |
| reaction_type | ReactionType | Type of the reaction to add. |
| is_big | bool | Pass true if the reaction is added with a big animation. |
| update_recent_reactions | bool | Pass true if the reaction needs to be added to recent reactions. |
More details on telegram's documentation.