MadelineProtoDocs/old_docs/API_docs_v0/constructors/contacts.foreignLinkMutual.md
2020-06-16 17:50:25 +02:00

610 B

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

Constructor: contacts.foreignLinkMutual

Back to constructors index

Type: contacts.ForeignLink

Example:

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

Or, if you're into Lua:

contacts.foreignLinkMutual={_='contacts.foreignLinkMutual'}