Constructor: updateBotMenuButton
The menu button behavior for the specified bot has changed
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| bot_id | long | Yes | Bot ID |
| button | BotMenuButton | Yes | New menu button |
Type: Update
Example:
$updateBotMenuButton = ['_' => 'updateBotMenuButton', 'bot_id' => long, 'button' => BotMenuButton];