mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 15:07:21 +01:00
495 B
495 B
Constructor: updateContactLink
Attributes:
Name | Type | Required |
---|---|---|
user_id | int | Required |
my_link | ContactLink | Required |
foreign_link | ContactLink | Required |
Type:
Example:
$updateContactLink = ['_' => updateContactLink', 'user_id' => int, 'my_link' => ContactLink, 'foreign_link' => ContactLink, ];