setMessageReactions¶
Sets reactions on a message; for bots only
setMessageReactions(
chat_id: int53,
message_id: int53,
reaction_types: list of ReactionType,
is_big: Bool
) → Ok
chat_id¶
int53
Identifier of the chat to which the message belongs
message_id¶
int53
Identifier of the message
reaction_types¶
list of ReactionType
Types of the reaction to set; pass an empty list to remove the reactions
is_big¶
Bool
Pass true if the reactions are added with a big animation