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

39 lines
646 B
Markdown

---
title: contacts.foreignLinkMutual
description: contacts_foreignLinkMutual attributes, type and example
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
## Constructor: contacts.foreignLinkMutual
[Back to constructors index](index.md)
### Type: [contacts\_ForeignLink](../types/contacts_ForeignLink.md)
### Example:
```
$contacts_foreignLinkMutual = ['_' => 'contacts.foreignLinkMutual'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "contacts.foreignLinkMutual"}
```
Or, if you're into Lua:
```
contacts_foreignLinkMutual={_='contacts.foreignLinkMutual'}
```