Raw.stories.ReadStories

Raw.stories.ReadStories

Mark all stories up to a certain id as read, for a given peer; will emit an updatereadstories update to all logged-in sessions.

stories.readStories#a556dac8 peer:InputPeer max_id:int = Vector<int>;
export namespace Raw {
  export namespace stories {
    export class ReadStories {
      constructor(params: { peer: Raw.TypeInputPeer; maxId: number }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0xa556dac8

Property

  • peer : Raw.TypeInputPeer

    The peer whose stories should be marked as read.

  • maxId : number

    Mark all stories up to and including this id as read

Results

Array of number