637 B
637 B
title | description |
---|---|
updateContactLink | updateContactLink attributes, type and example |
Constructor: updateContactLink
Attributes:
Name | Type | Required |
---|---|---|
user_id | int | Required |
my_link | ContactLink | Required |
foreign_link | ContactLink | Required |
Type: Update
Example:
$updateContactLink = ['_' => 'updateContactLink', 'user_id' => int, 'my_link' => ContactLink, 'foreign_link' => ContactLink, ];