Skip to main content

messageReactor

Info about a user in the paid Star reactions leaderboard for a message.

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

Fields

NameTypeRequiredDescription
TopboolIf set, the reactor is one of the most active reactors; may be unset if the reactor is the current user.
MyboolIf set, this reactor is the current user.
AnonymousboolIf set, the reactor is anonymous.
PeerIDPeerClassIdentifier of the peer that reacted: may be unset for anonymous reactors different from the current user (i.e. if the current user sent an anonymous reaction anonymous will be set but this field will also be set).
CountintyesThe number of sent Telegram Stars.

References