mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-22 12:51:21 +01:00
24 lines
395 B
Markdown
24 lines
395 B
Markdown
---
|
|
title: encryptedChatEmpty
|
|
---
|
|
## 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, ];
|
|
``` |