Raw.stories.TogglePeerStoriesHidden
Hide the active stories of a user, preventing them from being displayed on the action bar on the homescreen, see here for more info.
stories.togglePeerStoriesHidden#bd0415c4 peer:InputPeer hidden:Bool = Bool;
export namespace Raw {
export namespace stories {
export class TogglePeerStoriesHidden {
constructor(params: { peer: Raw.TypeInputPeer; hidden: boolean }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xbd0415c4
Property
peer
: Raw.TypeInputPeerPeer whose stories should be (un)hidden.
hidden
: booleanWhether to hide or unhide stories.