encryptedMessageService
Encrypted service message
type tg.EncryptedMessageService 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 the DecryptedMessage type, encrypted with the key created at chat initialization |
References
- Official documentation
- Generated Go reference
- TL definition:
encryptedMessageService#23734b06