902 B
902 B
title | description | image | redirect_from |
---|---|---|---|
contacts.link | Link | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/contacts_link.html |
Constructor: contacts.link
Link
Attributes:
Name | Type | Required | Description |
---|---|---|---|
my_link | ContactLink | Yes | My link |
foreign_link | ContactLink | Yes | Foreign link |
user | User | Optional | User |
Type: contacts.Link
Example:
$contacts.link = ['_' => 'contacts.link', 'my_link' => ContactLink, 'foreign_link' => ContactLink, 'user' => User];
Or, if you're into Lua:
contacts.link={_='contacts.link', my_link=ContactLink, foreign_link=ContactLink, user=User}