MadelineProto/docs/API_docs_55/constructors/exportedMessageLink.md

25 lines
487 B
Markdown
Raw Normal View History

---
title: exportedMessageLink
description: exportedMessageLink attributes, type and example
---
## 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, ];
```