Constructor: attachMenuBotsBot
Represents a bot mini app that can be launched from the attachment menu »
Attributes:
Name | Type | Required | Description |
---|---|---|---|
bot | AttachMenuBot | Yes | Represents a bot mini app that can be launched from the attachment menu » |
users | Array of User | Yes | Info about related users and bots |
Type: AttachMenuBotsBot
Example:
$attachMenuBotsBot = ['_' => 'attachMenuBotsBot', 'bot' => AttachMenuBot, 'users' => [User, User]];