Layer 224
InputKeyboardButtonUserProfile
Button that links directly to a user profile
constructor
inputKeyboardButtonUserProfile#7d5e07c7 flags:# style:flags.10?KeyboardButtonStyle text:string user_id:InputUser = KeyboardButton;
Parameters
| Name | Type | Description |
|---|---|---|
| Style | flags.10?KeyboardButtonStyle | |
| Text | string | Button text |
| UserId | InputUser | User ID |
Returns
KeyboardButtonGogram Example
// Creating InputKeyboardButtonUserProfile constructor obj := &tg.InputKeyboardButtonUserProfile{ Text: "Hello, World!", UserId: &tg.InputUserSelf{}, // Optional fields: // Style: &tg.KeyboardButtonStyle{}, }