MadelineProtoDocs/docs/API_docs/constructors/updateBotMenuButton.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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];