KeyboardButtonBuy

---types---
keyboardButtonBuy#3fa53905 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::KeyboardButtonBuy(v) = result { ... }

Parameters

styleKeyboardButtonStyleoptional
textstringrequired

Used by

RequestWebViewButton