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

styleKeyboardButtonStyleoptional
textstringrequired
user_idlongrequired

Used by

RequestWebViewButton