mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 10:34:38 +01:00
489 B
489 B
title | description |
---|---|
contactLinkContact | contactLinkContact attributes, type and example |
Constructor: contactLinkContact
Type: ContactLink
Example:
$contactLinkContact = ['_' => 'contactLinkContact'];
PWRTelegram json-encoded version:
{"_": "contactLinkContact"}
Or, if you're into Lua:
contactLinkContact={_='contactLinkContact'}