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