1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-13 14:07:23 +01:00
MadelineProto/docs/API_docs/constructors/updateContactLink.md

17 lines
495 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:35:27 +01:00
### Type:
2016-12-19 18:35:27 +01:00
[Update](../types/Update.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$updateContactLink = ['_' => updateContactLink', 'user_id' => int, 'my_link' => ContactLink, 'foreign_link' => ContactLink, ];
```