UpdateMessageReactions¶
Reactions added to a message with anonymous reactions have changed; for bots only
UpdateMessageReactions(
chat_id: int53,
message_id: int53,
date: int32,
reactions: list of MessageReaction
) → Update
chat_id¶
int53
Chat identifier
message_id¶
int53
Message identifier
date¶
int32
Point in time (Unix timestamp) when the reactions were changed
reactions¶
list of MessageReaction
The list of reactions added to the message