View Source ExTDLib.Method.RemoveMessageReaction (ExTDLib v0.0.4)
Removes a reaction from a message. A chosen reaction can always be removed. 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 remove. |
More details on telegram's documentation.