889 B
889 B
title | description | image |
---|---|---|
updateContactLink | Update contact link | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateContactLink
Update contact link
Attributes:
Name | Type | Required | Description |
---|---|---|---|
user_id | int | Yes | User ID |
my_link | ContactLink | Yes | My link |
foreign_link | ContactLink | Yes | Foreign link |
Type: Update
Example:
$updateContactLink = ['_' => 'updateContactLink', 'user_id' => int, 'my_link' => ContactLink, 'foreign_link' => ContactLink];
Or, if you're into Lua:
updateContactLink={_='updateContactLink', user_id=int, my_link=ContactLink, foreign_link=ContactLink}