1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 13:54:39 +01:00
MadelineProto/old_docs/API_docs_v51/constructors/inputUser.md

581 B

title description
inputUser inputUser attributes, type and example

Constructor: inputUser

Back to constructors index

Attributes:

Name Type Required
user_id int Yes
access_hash long Yes

Type: InputUser

Example:

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

Or, if you're into Lua:

inputUser={_='inputUser', user_id=int, access_hash=long, }