Interface GetGrossingWebAppBots

Returns the most grossing Web App bots. Request type for Tdjson#getGrossingWebAppBots.

interface GetGrossingWebAppBots {
    @type: "getGrossingWebAppBots";
    limit: number;
    offset: string;
}

Properties

Properties

@type: "getGrossingWebAppBots"
limit: number

The maximum number of bots to be returned; up to 100.

offset: string

Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results.