teleproto - v1.229.0
    Preparing search index...

    Interface StoriesGetAllStoriesParams

    interface StoriesGetAllStoriesParams {
        hidden?: boolean;
        next?: boolean;
        state?: string;
    }
    Index
    hidden?: boolean

    If set, fetches the hidden active story list, otherwise fetches the active story list, see here » for more info on the full flow.

    next?: boolean

    If next and state are both set, uses the passed state to paginate to the next results; if neither state nor next are set, fetches the initial page; if state is set and next is not set, check for changes in the active/hidden peerset, see here » for more info on the full flow.

    state?: string

    If next and state are both set, uses the passed state to paginate to the next results; if neither state nor next are set, fetches the initial page; if state is set and next is not set, check for changes in the active/hidden peerset, see here » for more info on the full flow.