MadelineProto/docs/API_docs/constructors/chatInviteExported.md
2016-12-20 13:32:11 +01:00

25 lines
479 B
Markdown

---
title: chatInviteExported
description: chatInviteExported attributes, type and example
---
## Constructor: chatInviteExported
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|link|[string](../types/string.md) | Required|
### Type: [ExportedChatInvite](../types/ExportedChatInvite.md)
### Example:
```
$chatInviteExported = ['_' => chatInviteExported', 'link' => string, ];
```