EncryptedMessage¶
-
class
pyrogram.raw.types.
EncryptedMessage
¶ Encrypted message.
Constructor type of
EncryptedMessage
.- Details
Layer:
126
ID:
0xed18c118
- Parameters
random_id (
int
64-bit
) – Random message ID, assigned by the author of message.chat_id (
int
32-bit
) – ID of encrypted chat.date (
int
32-bit
) – Date of sending.bytes (
bytes
) – TL-serialising of DecryptedMessage type, encrypted with the key creatied at stage of chat initialization.file (
EncryptedFile
) – Attached encrypted file.