Raw.stories.StoryReactionsList
List of peers that reacted to or intercated with a specific story
stories.storyReactionsList#aa5f789c flags:# count:int reactions:Vector<StoryReaction> chats:Vector<Chat> users:Vector<User> next_offset:flags.0?string = stories.StoryReactionsList;
export namespace Raw {
export namespace stories {
export class StoryReactionsList {
constructor(params: {
count: number;
reactions: Array<Raw.TypeStoryReaction>;
chats: Array<Raw.TypeChat>;
users: Array<Raw.TypeUser>;
nextOffset?: string;
}) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xaa5f789c
Property
count
: numberTotal number of reactions matching query
reactions
: Array of Raw.TypeStoryReactionList of peers that reacted to or interacted with a specific story
chats
: Array of Raw.TypeChatMentioned chats
users
: Array of Raw.TypeUserMentioned users
nextOffset
: string or undefinedIf set, indicates the next offset to use to load more results by invoking stories.getstoryreactionslist.