Skip to main content

updateBotMessageReaction

Bots only: a user has changed their reactions on a message with public reactions.

type tg.UpdateBotMessageReaction struct { /* ... */ }

Implements Update.

Fields

NameTypeRequiredDescription
PeerPeerClassyesPeer of the reacted-to message.
MsgIDintyesID of the reacted-to message.
DateintyesDate of the change.
ActorPeerClassyesThe user that (un)reacted to the message.
OldReactions[]ReactionClassyesOld reactions
NewReactions[]ReactionClassyesNew reactions
QtsintyesQTS event sequence identifier

References