messages.SentEncryptedFile
- class pyrogram.raw.types.messages.SentEncryptedFile
Message with a file enclosure sent to a protected chat
Constructor of
SentEncryptedMessage.- Details:
Layer:
223ID:
9493FF32
- Parameters:
date (
int32-bit) – Sending datefile (
EncryptedFile) – Attached file
- Functions:
This object can be returned by 3 functions.
Sends a text message to a secret chat.
Sends a message with a file attachment to a secret chat
Sends a service message to a secret chat.
TL Schema
messages.sentEncryptedFile#9493ff32
date:int
file:EncryptedFile
= messages.SentEncryptedMessage
Parameter Tree
SentEncryptedFile
├── date →
int└── file →
EncryptedFile└──
EncryptedFile├── id →
long├── access_hash →
long├── size →
long├── dc_id →
int└── key_fingerprint →
intExample
SentEncryptedFile(
date=0,
file=EncryptedFileEmpty(),
)