teleproto - v1.229.0
    Preparing search index...

    Interface BotsGetPopularAppBotsParams

    interface BotsGetPopularAppBotsParams {
        limit: number;
        offset: string;
    }
    Index
    limit: number

    Maximum number of results to return, see pagination

    offset: string

    Offset for pagination , initially an empty string, then re-use the next_offset returned by the previous query.