MadelineProto/old_docs/API_docs_v23/constructors/encryptedChatEmpty.md

36 lines
549 B
Markdown

---
title: encryptedChatEmpty
description: encryptedChatEmpty attributes, type and example
---
## Constructor: encryptedChatEmpty
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|id|[int](../types/int.md) | Yes|
### Type: [EncryptedChat](../types/EncryptedChat.md)
### Example:
```
$encryptedChatEmpty = ['_' => 'encryptedChatEmpty', 'id' => int, ];
```
Or, if you're into Lua:
```
encryptedChatEmpty={_='encryptedChatEmpty', id=int, }
```