telegram api constructor · layer 229 · #0a339f0b
messageReactions
Message reactions »
definition
messageReactions#a339f0b flags:# min:flags.0?true can_see_list:flags.2?true reactions_as_tags:flags.3?true results:Vector<ReactionCount> recent_reactions:flags.1?Vector<MessagePeerReaction> top_reactors:flags.4?Vector<MessageReactor> = MessageReactions;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
min | true | Similar to min objects, used for message reaction » constructors that are the same for all users so they don't have the reactions sent by the current user (you can use messages.getMessagesReactions to get the full reaction info). |
can_see_list | true | Whether messages.getMessageReactionsList can be used to see how each specific peer reacted to the message |
reactions_as_tags | true | If set or if there are no reactions, all present and future reactions should be treated as message tags, see here » for more info. |
results | Vector<ReactionCount> | Reactions |
recent_reactions | Vector<MessagePeerReaction> | List of recent peers and their reactions |
top_reactors | Vector<MessageReactor> | Paid Telegram Star reactions leaderboard » for this message. |
type
history
present in layers 136–229 · constructor id changed 2×
| id | layers |
|---|---|
| #087b6e36 | 136–137 |
| #4f2b9479 | 138–185 |
| #0a339f0b | 186–229 |