mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 02:07:42 +01:00
20 lines
303 B
Markdown
20 lines
303 B
Markdown
|
---
|
||
|
title: chatInviteEmpty
|
||
|
description: chatInviteEmpty attributes, type and example
|
||
|
---
|
||
|
## Constructor: chatInviteEmpty
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [ExportedChatInvite](../types/ExportedChatInvite.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$chatInviteEmpty = ['_' => 'chatInviteEmpty', ];
|
||
|
```
|