mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-11 23:39:36 +01:00
20 lines
508 B
Markdown
20 lines
508 B
Markdown
|
## Constructor: encryptedMessageService
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|random\_id|[long](../types/long.md) | Required|
|
||
|
|chat\_id|[int](../types/int.md) | Required|
|
||
|
|date|[int](../types/int.md) | Required|
|
||
|
|bytes|[bytes](../types/bytes.md) | Required|
|
||
|
|
||
|
|
||
|
### Type: [EncryptedMessage](../types/EncryptedMessage.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$encryptedMessageService = ['random_id' => long, 'chat_id' => int, 'date' => int, 'bytes' => bytes, ];
|
||
|
```
|