encryptedMessage
Encrypted message.
type tg.EncryptedMessage struct { /* ... */ }
Implements EncryptedMessage.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
RandomID | int64 | yes | Random message ID, assigned by the author of message |
ChatID | int | yes | ID of encrypted chat |
Date | int | yes | Date of sending |
Bytes | []byte | yes | TL-serialization of DecryptedMessage type, encrypted with the key created at chat initialization |
File | EncryptedFileClass | yes | Attached encrypted file |
References
- Official documentation
- Generated Go reference
- TL definition:
encryptedMessage#ed18c118