encryptedMessage#ed18c118 random_id:long chat_id:int date:int bytes:bytes file:EncryptedFile = EncryptedMessage;
| Name | Type | Description |
|---|---|---|
| random_id | long | A random number from the client. The server uses it to discard duplicates when a request goes out twice. |
| chat_id | int | Identifier of a basic group. |
| date | int | A point in time, unix seconds. |
| bytes | bytes | Raw bytes. |
| file | EncryptedFile | A file or one of its parts. |