Encrypted service message
Constructor schema is available as of layer 8. Switch »
| Name | Type | Description |
|---|---|---|
| random_id | long | Random message ID, assigned by the author of message. See here » for more info on random ID deduplication and updateMessageID mapping. |
| chat_id | int | ID of encrypted chat |
| date | int | Date of sending |
| bytes | bytes | TL-serialization of the DecryptedMessage type, encrypted with the key created at chat initialization |
How to subscribe to updates and handle them properly.
Object describes the contents of an encrypted message.