Skip to main content

messagePeerReaction

How a certain peer reacted to the message

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

Fields

NameTypeRequiredDescription
BigboolWhether the specified message reaction » should elicit a bigger and longer reaction
UnreadboolWhether the reaction wasn't yet marked as read by the current user
MyboolStarting from layer 159, messages.sendReaction will send reactions from the peer (user or channel) specified using messages.saveDefaultSendAs. If set, this flag indicates that this reaction was sent by us, even if the peer doesn't point to the current account.
PeerIDPeerClassyesPeer that reacted to the message
DateintyesWhen was this reaction added
ReactionReactionClassyesReaction emoji

References