Raw.stories.TogglePinnedToTop
Pin some stories to the top of the profile, see here for more info.
stories.togglePinnedToTop#b297e9b peer:InputPeer id:Vector<int> = Bool;
export namespace Raw {
export namespace stories {
export class TogglePinnedToTop {
constructor(params: { peer: Raw.TypeInputPeer; id: Array<number> }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xb297e9b
Property
peer
: Raw.TypeInputPeerPeer where to pin stories.
id
: Array of numberIds of the stories to pin (max storiesPinnedToTopCountMax).