17 lines
314 B
Markdown
17 lines
314 B
Markdown
|
## Constructor: chatInviteExported
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|link|[string](../types/string.md) | Required|
|
||
|
|
||
|
|
||
|
### Type: [ExportedChatInvite](../types/ExportedChatInvite.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$chatInviteExported = ['link' => string, ];
|
||
|
```
|