27 lines
461 B
Markdown
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, ];
|
|
```
|
|
|