teleproto - v1.229.0
    Preparing search index...

    Interface StoriesIncrementStoryViewsParams

    interface StoriesIncrementStoryViewsParams {
        id: number[];
        peer: EntityLike;
    }
    Index
    id: number[]

    IDs of the stories (maximum 200 at a time).

    peer: EntityLike

    Peer where the stories were posted.