mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 19:37:51 +01:00
16 lines
379 B
Markdown
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, ];
|
|
``` |