- API ›
- Constructors ›
- InputKeyboardButtonUserProfile
InputKeyboardButtonUserProfile
---types--- inputKeyboardButtonUserProfile#7d5e07c7 style:flags.10?KeyboardButtonStyle text:string user_id: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::InputKeyboardButtonUserProfile(v) = result { ... }
Parameters
| style | KeyboardButtonStyle | optional |
| text | string | required |
| user_id | InputUser | required |
Used by
| RequestWebViewButton |