mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 14:27:23 +01:00
18 lines
331 B
Markdown
18 lines
331 B
Markdown
|
## Constructor: contact
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|user\_id|[int](../types/int.md) | Required|
|
||
|
|mutual|[Bool](../types/Bool.md) | Required|
|
||
|
|
||
|
|
||
|
### Type: [Contact](../types/Contact.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$contact = ['user_id' => int, 'mutual' => Bool, ];
|
||
|
```
|