mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 19:58:06 +01:00
25 lines
413 B
Markdown
25 lines
413 B
Markdown
---
|
|
title: contact
|
|
---
|
|
## Constructor: contact
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|user\_id|[int](../types/int.md) | Required|
|
|
|mutual|[Bool](../types/Bool.md) | Required|
|
|
|
|
|
|
|
|
### Type: [Contact](../types/Contact.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$contact = ['_' => contact', 'user_id' => int, 'mutual' => Bool, ];
|
|
``` |