1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-11 23:59:38 +01:00
MadelineProto/old_docs/API_docs_v41/constructors/inputPeerUser.md
2017-02-12 20:32:28 +03:00

513 B

title description
inputPeerUser inputPeerUser attributes, type and example

Constructor: inputPeerUser

Back to constructors index

Attributes:

Name Type Required
user_id int Required
access_hash long Required

Type: InputPeer

Example:

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