1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-11 23:39:36 +01:00
MadelineProto/docs/API_docs/constructors/encryptedMessageService.md

20 lines
508 B
Markdown
Raw Normal View History

## 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, ];
```