- API ›
- Constructors ›
- InputKeyboardButtonUrlAuth
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_access | true | optional |
| style | KeyboardButtonStyle | optional |
| text | string | required |
| fwd_text | string | optional |
| url | string | required |
| bot | InputUser | required |
Used by
| RequestWebViewButton |