Constructor: bots.popularAppBots
Popular Main Mini Apps, to be used in the apps tab of global search ».
Attributes:
Name | Type | Required | Description |
---|---|---|---|
next_offset | string | Optional | Offset for pagination. |
users | Array of User | Yes | The bots associated to each Main Mini App, see here » for more info. |
Type: bots.PopularAppBots
Example:
$bots_popularAppBots = ['_' => 'bots.popularAppBots', 'next_offset' => 'string', 'users' => [User, User]];