InputKeyboardButtonUrlAuth

---types---
inputKeyboardButtonUrlAuth#68013e72 request_write_access:flags.0?true style:flags.10?KeyboardButtonStyle text:string fwd_text:flags.1?string url:string bot:InputUser = KeyboardButton

Belongs to

KeyboardButton

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

Parameters

request_write_accesstrueoptional
styleKeyboardButtonStyleoptional
textstringrequired
fwd_textstringoptional
urlstringrequired
botInputUserrequired

Used by

RequestWebViewButton