MadelineProto/old_docs/API_docs_v33/constructors/chatInviteExported.md

36 lines
577 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) | Yes|
### Type: [ExportedChatInvite](../types/ExportedChatInvite.md)
### Example:
```
$chatInviteExported = ['_' => 'chatInviteExported', 'link' => string, ];
```
Or, if you're into Lua:
```
chatInviteExported={_='chatInviteExported', link=string, }
```