- API ›
- Constructors ›
- KeyboardButtonGame
KeyboardButtonGame
---types--- keyboardButtonGame#89c590f9 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::KeyboardButtonGame(v) = result { ... }
Parameters
| style | KeyboardButtonStyle | optional |
| text | string | required |
Used by
| RequestWebViewButton |