Raw.stories.StoryViewsList
Reaction and view counters for a story
stories.storyViewsList#59d78fc5 flags:# count:int views_count:int forwards_count:int reactions_count:int views:Vector<StoryView> chats:Vector<Chat> users:Vector<User> next_offset:flags.0?string = stories.StoryViewsList;
export namespace Raw {
export namespace stories {
export class StoryViewsList {
constructor(params: {
count: number;
viewsCount: number;
forwardsCount: number;
reactionsCount: number;
views: Array<Raw.TypeStoryView>;
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: 0x59d78fc5
Property
count
: numberTotal number of results that can be fetched
viewsCount
: numberTotal number of story views
forwardsCount
: numberTotal number of story forwards/reposts
reactionsCount
: numberNumber of reactions that were added to the story
views
: Array of Raw.TypeStoryViewStory view date and reaction information
chats
: Array of Raw.TypeChatMentioned chats
users
: Array of Raw.TypeUserMentioned users
nextOffset
: string or undefinedOffset for pagination