Layer 220
method Users
bots.getPopularAppBots#c2510192 offset:string limit:int = bots.PopularAppBots;

Parameters

Name Type Description
Offset string Offset for pagination, initially an empty string, then re-use the next_offset returned by the previous query.
Limit int Maximum number of results to return, see pagination

Gogram Example

// BotsGetPopularAppBots - positional arguments
result, err := client.BotsGetPopularAppBots("...", 0)
if err != nil {
    // handle error
}
// result is *tg.BotsPopularAppBots