MadelineProtoDocs/old_docs/API_docs_v23/constructors/contacts_myLinkContact.md

34 lines
484 B
Markdown

---
title: contacts.myLinkContact
description: My link contact
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# 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'}
```