EncryptedMessage
- class pyrogram.raw.types.EncryptedMessage
Encrypted message.
Constructor of
EncryptedMessage
.- Details:
Layer:
194
ID:
ED18C118
- Parameters:
random_id (
int
64-bit
) – Random message ID, assigned by the author of messagechat_id (
int
32-bit
) – ID of encrypted chatdate (
int
32-bit
) – Date of sendingbytes (
bytes
) – TL-serialization of DecryptedMessage type, encrypted with the key created at chat initializationfile (
EncryptedFile
) – Attached encrypted file