mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
30 lines
618 B
Markdown
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];
|
|
```
|