Raw.stories.StoryViewsList

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