MadelineProto/docs/API_docs/constructors/contact.md

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