mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2025-01-22 05:41:46 +01:00
809 B
809 B
title | description | nav_exclude | image |
---|---|---|---|
updateBotMenuButton | The menu button behavior for the specified bot has changed | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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];