Skip to main content

messageReactions

Message reactions »

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

Fields

NameTypeRequiredDescription
MinboolSimilar 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).
CanSeeListboolWhether messages.getMessageReactionsList can be used to see how each specific peer reacted to the message
ReactionsAsTagsboolIf set or if there are no reactions, all present and future reactions should be treated as message tags, see here » for more info.
Results[]ReactionCountyesReactions
RecentReactions[]MessagePeerReactionList of recent peers and their reactions
TopReactors[]MessageReactorPaid Telegram Star reactions leaderboard » for this message.

References