MadelineProtoDocs/docs/API_docs/constructors/contactLinkNone.md

533 B

title description image
contactLinkNone Contact link none https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: contactLinkNone

Back to constructors index

Contact link none

Type: ContactLink

Example:

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

PWRTelegram json-encoded version:

{"_": "contactLinkNone"}

Or, if you're into Lua:

contactLinkNone={_='contactLinkNone'}