MadelineProtoDocs/old_docs/API_docs_v18/constructors/contacts.myLinkContact.md
2019-12-27 18:46:25 +01:00

35 lines
549 B
Markdown

---
title: contacts.myLinkContact
description: My link contact
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
redirect_from: /API_docs/constructors/contacts_myLinkContact.html
---
# Constructor: contacts.myLinkContact
[Back to constructors index](index.md)
My link contact
### Type: [contacts.MyLink](../types/contacts.MyLink.md)
### Example:
```php
$contacts.myLinkContact = ['_' => 'contacts.myLinkContact'];
```
Or, if you're into Lua:
```lua
contacts.myLinkContact={_='contacts.myLinkContact'}
```