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>.

NameTypeDescription
chat_idstringIdentifier of the chat to which the message belongs.
message_idstringIdentifier of the message.
reaction_typeReactionTypeType of the reaction to remove.

More details on telegram's documentation.