MadelineProto/old_docs/API_docs_v45/constructors/inputUser.md
2017-02-12 20:32:28 +03:00

493 B

title description
inputUser inputUser attributes, type and example

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