MadelineProto/old_docs/API_docs_v71/constructors/contactLinkContact.md
2017-10-14 09:50:46 +00:00

489 B

title description
contactLinkContact contactLinkContact attributes, type and example

Constructor: contactLinkContact

Back to constructors index

Type: ContactLink

Example:

$contactLinkContact = ['_' => 'contactLinkContact'];

PWRTelegram json-encoded version:

{"_": "contactLinkContact"}

Or, if you're into Lua:

contactLinkContact={_='contactLinkContact'}