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

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

Back to constructors index

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