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

styleKeyboardButtonStyleoptional
quizBooloptional
textstringrequired

Used by

RequestWebViewButton