mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:07:50 +01:00
26 lines
592 B
Markdown
26 lines
592 B
Markdown
|
---
|
||
|
title: updateNewEncryptedMessage
|
||
|
description: updateNewEncryptedMessage attributes, type and example
|
||
|
---
|
||
|
## Constructor: updateNewEncryptedMessage
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|encr\_message|[EncryptedMessage](../types/EncryptedMessage.md) | Required|
|
||
|
|qts|[int](../types/int.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [Update](../types/Update.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$updateNewEncryptedMessage = ['_' => 'updateNewEncryptedMessage', 'encr_message' => EncryptedMessage, 'qts' => int, ];
|
||
|
```
|