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

nametypedescription
random_idlongRandom message ID, assigned by the author of message
chat_idintID of encrypted chat
dateintDate of sending
bytesbytesTL-serialization of DecryptedMessage type, encrypted with the key created at chat initialization
fileEncryptedFileAttached encrypted file

type

EncryptedMessage · other constructors: encryptedMessageService

history

present in layers 8–229

idlayers
#ed18c1188–229