1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 19:58:06 +01:00
MadelineProto/docs/API_docs/constructors/contact.md
2016-12-20 13:15:22 +01:00

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, ];
```