Constructor: inputKeyboardButtonUserProfile
Button that links directly to a user profile
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| style | KeyboardButtonStyle | Optional | |
| text | string | Yes | Button text |
| user_id | InputUser | Optional | User ID |
Type: KeyboardButton
Example:
$inputKeyboardButtonUserProfile = ['_' => 'inputKeyboardButtonUserProfile', 'style' => KeyboardButtonStyle, 'text' => 'string', 'user_id' => InputUser];