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

16 lines
379 B
Markdown

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