- API ›
- Constructors ›
- KeyboardButtonUrlAuth
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
| style | KeyboardButtonStyle | optional |
| text | string | required |
| fwd_text | string | optional |
| url | string | required |
| button_id | int | required |
Used by
| RequestWebViewButton |