KeyboardButtonUrlAuth

---types---
keyboardButtonUrlAuth#f51006f9 style:flags.10?KeyboardButtonStyle text:string fwd_text:flags.0?string url:string button_id:int = KeyboardButton

Belongs to

KeyboardButton

In Rust this constructor is a variant of the enums::KeyboardButton enum.
Match on it with: if let enums::KeyboardButton::KeyboardButtonUrlAuth(v) = result { ... }

Parameters

styleKeyboardButtonStyleoptional
textstringrequired
fwd_textstringoptional
urlstringrequired
button_idintrequired

Used by

RequestWebViewButton