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