1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 16:27:47 +01:00
MadelineProto/old_docs/API_docs_v25/constructors/contactLinkContact.md

490 B

title description
contactLinkContact contactLinkContact attributes, type and example

Constructor: contactLinkContact

Back to constructors index

Attributes:

Name Type Required

Type: ContactLink

Example:

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

Or, if you're into Lua:

contactLinkContact={_='contactLinkContact', }