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

794 B

title description nav_exclude image
inputUser Defines a user for further interaction. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputUser

Back to constructors index

Defines a user for further interaction.

Attributes:

Name Type Required Description
user_id long Yes User identifier
access_hash long Yes access_hash value from the user constructor

Type: InputUser

Example:

$inputUser = ['_' => 'inputUser', 'user_id' => long, 'access_hash' => long];