538 B
538 B
title | description | image |
---|---|---|
contactLinkNone | contactLinkNone attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: contactLinkNone
Type: ContactLink
Example:
$contactLinkNone = ['_' => 'contactLinkNone'];
PWRTelegram json-encoded version:
{"_": "contactLinkNone"}
Or, if you're into Lua:
contactLinkNone={_='contactLinkNone'}