MadelineProtoDocs/docs/API_docs/constructors/keyboardButtonUserProfile.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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];