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

styleKeyboardButtonStyleoptional
textstringrequired
user_idInputUserrequired

Used by

RequestWebViewButton