MadelineProto/docs/API_docs/constructors/inputUser.md
2016-12-20 13:15:22 +01:00

436 B

title
inputUser

Constructor: inputUser

Back to constructors index

Attributes:

Name Type Required
user_id int Required
access_hash long Required

Type: InputUser

Example:

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