mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:47:46 +01:00
470 B
470 B
Constructor: updateContactLink
Attributes:
Name | Type | Required |
---|---|---|
user_id | int | Required |
my_link | ContactLink | Required |
foreign_link | ContactLink | Required |
Type: Update
Example:
$updateContactLink = ['user_id' => int, 'my_link' => ContactLink, 'foreign_link' => ContactLink, ];