teleproto - v1.229.0
    Preparing search index...

    Interface StoriesReadStoriesParams

    interface StoriesReadStoriesParams {
        maxId: number;
        peer: EntityLike;
    }
    Index
    maxId: number

    Mark all stories up to and including this ID as read

    peer: EntityLike

    The peer whose stories should be marked as read.