stories.storyReactionsList

stories.storyReactionsList#aa5f789c flags:# count:int reactions:Vector<StoryReaction> chats:Vector<Chat> users:Vector<User> next_offset:flags.0?string = stories.StoryReactionsList;

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<StoryReaction> 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

stories.StoryReactionsList

Related pages

Types used here