mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 17:27:43 +01:00
18 lines
394 B
Markdown
18 lines
394 B
Markdown
|
## Constructor: updateNewEncryptedMessage
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|message|[EncryptedMessage](../types/EncryptedMessage.md) | Required|
|
||
|
|qts|[int](../types/int.md) | Required|
|
||
|
|
||
|
|
||
|
### Type: [Update](../types/Update.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$updateNewEncryptedMessage = ['message' => EncryptedMessage, 'qts' => int, ];
|
||
|
```
|