1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 11:27:52 +01:00
MadelineProto/docs/API_docs/constructors/inputUser.md
2016-12-19 20:35:27 +03:00

16 lines
367 B
Markdown

## Constructor: inputUser
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|user\_id|[int](../types/int.md) | Required|
|access\_hash|[long](../types/long.md) | Required|
### Type:
[InputUser](../types/InputUser.md)
### Example:
```
$inputUser = ['_' => inputUser', 'user_id' => int, 'access_hash' => long, ];
```