- API ›
- Constructors ›
- KeyboardButtonRequestPoll
KeyboardButtonRequestPoll
---types--- keyboardButtonRequestPoll#7a11d782 style:flags.10?KeyboardButtonStyle quiz:flags.0?Bool 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::KeyboardButtonRequestPoll(v) = result { ... }
Parameters
| style | KeyboardButtonStyle | optional |
| quiz | Bool | optional |
| text | string | required |
Used by
| RequestWebViewButton |