Layer 227
BotsPopularAppBotsObj
Popular Main Mini Apps, to be used in the apps tab of global search.
constructor
bots.popularAppBots#1991b13b flags:# next_offset:flags.0?string users:Vector<User> = bots.PopularAppBots;
Parameters
| Name | Type | Description |
|---|---|---|
| NextOffset | flags .0? string | Offset for pagination. |
| Users | Vector < User > | The bots associated to each Main Mini App, see here for more info. |
Returns
bots.PopularAppBotsGogram Example
// Creating BotsPopularAppBotsObj constructor obj := &tg.BotsPopularAppBotsObj{ NextOffset: "Hello, World!", Users: &tg.VectorUser{}, }