1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-13 15:07:22 +01:00
MadelineProto/docs/API_docs/constructors/encryptedMessageService.md
2016-12-19 20:56:05 +03:00

21 lines
542 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 = ['_' => encryptedMessageService', 'random_id' => long, 'chat_id' => int, 'date' => int, 'bytes' => bytes, ];
```