Raw.stories.StoryReactionsList

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