mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 10:28:32 +01:00
22 lines
307 B
Markdown
22 lines
307 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', ];
|
|
```
|
|
|