Skip to content

UpdateMessageReaction

Update · TDLib 1.8.67 · d1085f9c

User changed its reactions on a message with public reactions; for bots only

UpdateMessageReaction(
  chat_id: int53,
  message_id: int53,
  actor_id: MessageSender,
  date: int32,
  old_reaction_types: list of ReactionType,
  new_reaction_types: list of ReactionType
) → Update

chat_id

int53

Chat identifier

message_id

int53

Message identifier

actor_id

MessageSender

Identifier of the user or chat that changed reactions

date

int32

Point in time (Unix timestamp) when the reactions were changed

old_reaction_types

list of ReactionType

Old list of chosen reactions

new_reaction_types

list of ReactionType

New list of chosen reactions