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-30 23:21:36 +03:00

26 lines
464 B
Markdown

---
title: contact
description: contact attributes, type and example
---
## 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, ];
```