MadelineProto/docs/API_docs/constructors/updateContactLink.md

20 lines
498 B
Markdown
Raw Normal View History

## Constructor: updateContactLink
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|user\_id|[int](../types/int.md) | Required|
|my\_link|[ContactLink](../types/ContactLink.md) | Required|
|foreign\_link|[ContactLink](../types/ContactLink.md) | Required|
2016-12-19 18:56:05 +01:00
### Type: [Update](../types/Update.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$updateContactLink = ['_' => updateContactLink', 'user_id' => int, 'my_link' => ContactLink, 'foreign_link' => ContactLink, ];
```