MadelineProtoDocs/docs/API_docs/constructors/contactLinkNone.md

539 B

title description image
contactLinkNone contactLinkNone attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: contactLinkNone

Back to constructors index

Type: ContactLink

Example:

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

PWRTelegram json-encoded version:

{"_": "contactLinkNone"}

Or, if you're into Lua:

contactLinkNone={_='contactLinkNone'}