2017-01-25 23:16:22 +01:00
|
|
|
---
|
|
|
|
title: exportedMessageLink
|
|
|
|
description: exportedMessageLink attributes, type and example
|
|
|
|
---
|
|
|
|
## Constructor: exportedMessageLink
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
2017-03-11 19:54:51 +01:00
|
|
|
|link|[string](../types/string.md) | Yes|
|
2017-01-25 23:16:22 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [ExportedMessageLink](../types/ExportedMessageLink.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
|
|
|
$exportedMessageLink = ['_' => 'exportedMessageLink', 'link' => string, ];
|
|
|
|
```
|
|
|
|
|
2017-03-11 19:54:51 +01:00
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
exportedMessageLink={_='exportedMessageLink', link=string, }
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|