- API ›
- Constructors ›
- BotMenuButtonDefault
BotMenuButtonDefault
---types--- botMenuButtonDefault#7533a588 = BotMenuButton
Belongs to
| BotMenuButton |
In Rust this constructor is a variant of the enums::BotMenuButton enum.
Match on it with: if let enums::BotMenuButton::BotMenuButtonDefault(v) = result { ... }
Parameters
This item has no parameters.
Used by
| SetBotMenuButton |