mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
797 B
797 B
title | description | nav_exclude | image |
---|---|---|---|
keyboardButtonUserProfile | Button that links directly to a user profile | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: keyboardButtonUserProfile
Button that links directly to a user profile
Attributes:
Name | Type | Required | Description |
---|---|---|---|
text | string | Yes | Button text |
user_id | long | Yes | User ID |
Type: KeyboardButton
Example:
$keyboardButtonUserProfile = ['_' => 'keyboardButtonUserProfile', 'text' => 'string', 'user_id' => long];