MadelineProtoDocs/docs/API_docs/constructors/encryptedChatEmpty.md
2024-05-01 14:53:46 +02:00

30 lines
618 B
Markdown

---
title: "encryptedChatEmpty"
description: "Empty constructor."
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: encryptedChatEmpty
[Back to constructors index](/API_docs/constructors/index.html)
Empty constructor.
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|id|[int](/API_docs/types/int.html) | Yes|Chat ID|
### Type: [EncryptedChat](/API_docs/types/EncryptedChat.html)
### Example:
```
$encryptedChatEmpty = ['_' => 'encryptedChatEmpty', 'id' => int];
```