telegram api constructor · layer 229 · #ed18c118
encryptedMessage
Encrypted message.
definition
encryptedMessage#ed18c118 random_id:long chat_id:int date:int bytes:bytes file:EncryptedFile = EncryptedMessage;
parameters
| name | type | description |
|---|---|---|
random_id | long | Random message ID, assigned by the author of message |
chat_id | int | ID of encrypted chat |
date | int | Date of sending |
bytes | bytes | TL-serialization of DecryptedMessage type, encrypted with the key created at chat initialization |
file | EncryptedFile | Attached encrypted file |
type
EncryptedMessage · other constructors: encryptedMessageService
history
present in layers 8–229
| id | layers |
|---|---|
| #ed18c118 | 8–229 |