MadelineProtoDocs/old_docs/API_docs_v14/constructors/contactLinkNone.md

445 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'];

Or, if you're into Lua:

contactLinkNone={_='contactLinkNone'}