MadelineProto/docs/API_docs/constructors/exportedMessageLink.md
2016-12-20 13:15:22 +01:00

24 lines
424 B
Markdown

---
title: exportedMessageLink
---
## Constructor: exportedMessageLink
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|link|[string](../types/string.md) | Required|
### Type: [ExportedMessageLink](../types/ExportedMessageLink.md)
### Example:
```
$exportedMessageLink = ['_' => exportedMessageLink', 'link' => string, ];
```