telegram api constructor · layer 229 · #8c79b63c
messagePeerReaction
How a certain peer reacted to the message
definition
messagePeerReaction#8c79b63c flags:# big:flags.0?true unread:flags.1?true my:flags.2?true peer_id:Peer date:int reaction:Reaction = MessagePeerReaction;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
big | true | Whether the specified message reaction » should elicit a bigger and longer reaction |
unread | true | Whether the reaction wasn't yet marked as read by the current user |
my | true | Starting 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. |
peer_id | Peer | Peer that reacted to the message |
date | int | When was this reaction added |
reaction | Reaction | Reaction emoji |
type
history
present in layers 138–229 · constructor id changed 2×
| id | layers |
|---|---|
| #51b67eff | 138–144 |
| #b156fe9c | 145–154 |
| #8c79b63c | 155–229 |