Layer 220
BotsPopularAppBots
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 |
|---|---|---|
| Flags | # | Flags, see TL conditional fields |
| 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 BotsPopularAppBots constructor obj := &tg.BotsPopularAppBots{ Users: []tg.User{&tg.User{}}, // Optional fields: // NextOffset: "...", }