mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:07:47 +01:00
18 lines
348 B
Markdown
18 lines
348 B
Markdown
## Constructor: exportedMessageLink
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|link|[string](../types/string.md) | Required|
|
|
|
|
|
|
|
|
### Type: [ExportedMessageLink](../types/ExportedMessageLink.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$exportedMessageLink = ['_' => exportedMessageLink', 'link' => string, ];
|
|
``` |