Layer 220
BotsGetPopularAppBots
Fetch popular Main Mini Apps, to be used in the apps tab of global search.
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 |
Returns
bots.PopularAppBotsGogram Example
// BotsGetPopularAppBots - positional arguments result, err := client.BotsGetPopularAppBots("...", 0) if err != nil { // handle error } // result is *tg.BotsPopularAppBots