Raw.stories.ToggleAllStoriesHidden

Raw.stories.ToggleAllStoriesHidden

Hide the active stories of a specific peer, preventing them from being displayed on the action bar on the homescreen.

stories.toggleAllStoriesHidden#7c2557c4 hidden:Bool = Bool;
export namespace Raw {
  export namespace stories {
    export class ToggleAllStoriesHidden {
      constructor(params: { hidden: boolean }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0x7c2557c4

Property

  • hidden : boolean

    Whether to hide or unhide all active stories of the peer

Results

boolean