Constructor: inputPeerUser
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: InputPeer
Example:
$inputPeerUser = ['_' => 'inputPeerUser', 'user_id' => long, 'access_hash' => long];