- API ›
- Constructors ›
- KeyboardButtonUserProfile
KeyboardButtonUserProfile
---types--- keyboardButtonUserProfile#c0fd5d09 style:flags.10?KeyboardButtonStyle text:string user_id:long = KeyboardButton
Belongs to
| KeyboardButton |
In Rust this constructor is a variant of the enums::KeyboardButton enum.
Match on it with: if let enums::KeyboardButton::KeyboardButtonUserProfile(v) = result { ... }
Parameters
| style | KeyboardButtonStyle | optional |
| text | string | required |
| user_id | long | required |
Used by
| RequestWebViewButton |