Raw.stories.IncrementStoryViews
Increment the view counter of one or more stories.
stories.incrementStoryViews#b2028afb peer:InputPeer id:Vector<int> = Bool;
export namespace Raw {
export namespace stories {
export class IncrementStoryViews {
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: 0xb2028afb
Property
peer
: Raw.TypeInputPeerPeer where the stories were posted.
id
: Array of numberIds of the stories (maximum 200 at a time).