MadelineProto/old_docs/API_docs_v44/constructors/updateContactLink.md

29 lines
637 B
Markdown
Raw Normal View History

---
title: updateContactLink
description: updateContactLink attributes, type and example
---
## Constructor: updateContactLink
[Back to constructors index](index.md)
### 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|
### Type: [Update](../types/Update.md)
### Example:
```
$updateContactLink = ['_' => 'updateContactLink', 'user_id' => int, 'my_link' => ContactLink, 'foreign_link' => ContactLink, ];
```