- API ›
- Constructors ›
- UpdateBotMenuButton
UpdateBotMenuButton
---types--- updateBotMenuButton#14b85813 bot_id:long button:BotMenuButton = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateBotMenuButton(v) = result { ... }
Parameters
| bot_id | long | required |
| button | BotMenuButton | required |