mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 17:27:20 +01:00
678 B
678 B
title | description |
---|---|
updateContactLink | updateContactLink attributes, type and example |
Constructor: updateContactLink
Attributes:
Name | Type | Required |
---|---|---|
user_id | int | Required |
my_link | contacts_MyLink | Required |
foreign_link | contacts_ForeignLink | Required |
Type: Update
Example:
$updateContactLink = ['_' => 'updateContactLink', 'user_id' => int, 'my_link' => contacts.MyLink, 'foreign_link' => contacts.ForeignLink, ];