17 lines
264 B
Markdown
17 lines
264 B
Markdown
|
## Constructor: peerUser
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|user\_id|[int](../types/int.md) | Required|
|
||
|
|
||
|
|
||
|
### Type: [Peer](../types/Peer.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$peerUser = ['user_id' => int, ];
|
||
|
```
|