- API ›
- Constructors ›
- KeyboardButton
KeyboardButton
---types--- keyboardButton#7d170cff style:flags.10?KeyboardButtonStyle text:string = KeyboardButton
Belongs to
| KeyboardButton |
In Rust this constructor is a variant of the enums::KeyboardButton enum.
Match on it with: if let enums::KeyboardButton::KeyboardButton(v) = result { ... }
Parameters
| style | KeyboardButtonStyle | optional |
| text | string | required |
Used by
| RequestWebViewButton |