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

NameTypeDescription
chat_idstringIdentifier of the chat to which the message belongs.
message_idstringIdentifier of the message.
reaction_typeReactionTypeType of the reaction to add.
is_bigboolPass true if the reaction is added with a big animation.
update_recent_reactionsboolPass true if the reaction needs to be added to recent reactions.

More details on telegram's documentation.