MadelineProtoDocs/old_docs/API_docs_v18/constructors/contacts_foreignLinkMutual.md
2018-04-04 19:52:48 +02:00

646 B

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

Constructor: contacts.foreignLinkMutual

Back to constructors index

Type: contacts_ForeignLink

Example:

$contacts_foreignLinkMutual = ['_' => 'contacts.foreignLinkMutual'];

PWRTelegram json-encoded version:

{"_": "contacts.foreignLinkMutual"}

Or, if you're into Lua:

contacts_foreignLinkMutual={_='contacts.foreignLinkMutual'}