mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 11:07:51 +01:00
416 B
416 B
title | description |
---|---|
contacts.myLinkEmpty | contacts_myLinkEmpty attributes, type and example |
Constructor: contacts.myLinkEmpty
Type: contacts_MyLink
Example:
$contacts_myLinkEmpty = ['_' => 'contacts.myLinkEmpty', ];
Or, if you're into Lua:
contacts_myLinkEmpty={_='contacts.myLinkEmpty', }