MadelineProto/docs/API_docs/constructors/chatInviteExported.md

17 lines
314 B
Markdown
Raw Normal View History

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