EncryptedChatEmpty
- class pyrogram.raw.types.EncryptedChatEmpty
Empty constructor.
Constructor of
EncryptedChat.- Details:
Layer:
223ID:
AB7EC0A0
- Parameters:
id (
int32-bit) – Chat ID
- Functions:
This object can be returned by 2 functions.
Sends a request to start a secret chat to the user.
Confirms creation of a secret chat
TL Schema
encryptedChatEmpty#ab7ec0a0
id:int
= EncryptedChat
Parameter Tree
EncryptedChatEmpty
└── id →
intExample
EncryptedChatEmpty(
id=0,
)