EncryptedChat#

class pyrogram.raw.base.EncryptedChat#

Object contains info on an encrypted chat.

Constructors:

This base type has 5 constructors available.

EncryptedChat

Encrypted chat.

EncryptedChatDiscarded

Discarded or deleted chat.

EncryptedChatEmpty

Empty constructor.

EncryptedChatRequested

Request to create an encrypted chat.

EncryptedChatWaiting

Chat waiting for approval of second participant.

Functions:

This object can be returned by 2 functions.

messages.RequestEncryption

Sends a request to start a secret chat to the user.

messages.AcceptEncryption

Confirms creation of a secret chat.