MadelineProto/old_docs/API_docs_v23/constructors/contacts_myLinkContact.md

35 lines
527 B
Markdown
Raw Normal View History

---
2017-01-19 23:02:27 +01:00
title: contacts.myLinkContact
description: contacts_myLinkContact attributes, type and example
---
2017-01-19 23:02:27 +01:00
## Constructor: contacts.myLinkContact
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
### Type: [contacts\_MyLink](../types/contacts_MyLink.md)
### Example:
```
2017-01-19 23:02:27 +01:00
$contacts_myLinkContact = ['_' => 'contacts.myLinkContact', ];
```
Or, if you're into Lua:
```
contacts_myLinkContact={_='contacts.myLinkContact', }
```