messages.messageReactionsList

messages.messageReactionsList#31bd492d flags:# count:int reactions:Vector<MessagePeerReaction> chats:Vector<Chat> users:Vector<User> next_offset:flags.0?string = messages.MessageReactionsList;

Parameters

NameTypeDescription
flags # Bit mask: a field written flags.N?T is present only when bit N is set.
count int Total number of records, not the size of this page.
reactions Vector<MessagePeerReaction> List of reactions.
chats Vector<Chat> Chats and channels referenced by the response — the client should put them in its cache.
users Vector<User> Users referenced by the response — the client should put them in its cache.
next_offset flags.0?string Offset for the next page — pass it back on the next call.

Type

messages.MessageReactionsList

Related pages

Types used here