mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 17:27:20 +01:00
527 B
527 B
title | description |
---|---|
contacts.myLinkContact | contacts_myLinkContact attributes, type and example |
Constructor: contacts.myLinkContact
Attributes:
Name | Type | Required |
---|
Type: contacts_MyLink
Example:
$contacts_myLinkContact = ['_' => 'contacts.myLinkContact', ];
Or, if you're into Lua:
contacts_myLinkContact={_='contacts.myLinkContact', }