MadelineProto/docs/API_docs_46/constructors/contact.md

26 lines
464 B
Markdown
Raw Normal View History

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