messages.SentEncryptedMessage#

class pyrogram.raw.types.messages.SentEncryptedMessage#

Message without file attachments sent to an encrypted file.

Constructor of SentEncryptedMessage.

Details:
  • Layer: 158

  • ID: 560F8935

Parameters:

date (int 32-bit) – Date of sending.

Functions:

This object can be returned by 3 functions.

messages.SendEncrypted

Sends a text message to a secret chat.

messages.SendEncryptedFile

Sends a message with a file attachment to a secret chat.

messages.SendEncryptedService

Sends a service message to a secret chat.