MadelineProto/old_docs/API_docs_v45/constructors/encryptedChatEmpty.md

27 lines
461 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) | Required|
### Type: [EncryptedChat](../types/EncryptedChat.md)
### Example:
```
$encryptedChatEmpty = ['_' => 'encryptedChatEmpty', 'id' => int, ];
```