mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-11 08:19:38 +01:00
492 B
492 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', }