Constructor: attachMenuBots
Represents a list of bot mini apps that can be launched from the attachment menu »
Attributes:
Name | Type | Required | Description |
---|---|---|---|
hash | long | Yes | Hash for pagination, for more info click here |
bots | Array of AttachMenuBot | Yes | List of bot mini apps that can be launched from the attachment menu » |
users | Array of User | Yes | Info about related users/bots |
Type: AttachMenuBots
Example:
$attachMenuBots = ['_' => 'attachMenuBots', 'hash' => long, 'bots' => [AttachMenuBot, AttachMenuBot], 'users' => [User, User]];