UpdateBotMenuButton
- class pyrogram.raw.types.UpdateBotMenuButton
The menu button behavior for the specified bot has changed
Constructor of
Update.- Details:
Layer:
223ID:
14B85813
- Parameters:
bot_id (
int64-bit) – Bot IDbutton (
BotMenuButton) – New menu button
TL Schema
updateBotMenuButton#14b85813
bot_id:long
button:BotMenuButton
= Update
Parameter Tree
UpdateBotMenuButton
├── bot_id →
long└── button →
BotMenuButton└──
BotMenuButton├── text →
string└── url →
stringExample
UpdateBotMenuButton(
bot_id=0,
button=BotMenuButtonDefault(),
)