MadelineProtoDocs/docs/API_docs/constructors/encryptedChatEmpty.md
2024-05-01 14:53:46 +02:00

618 B

title description nav_exclude image
encryptedChatEmpty Empty constructor. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: encryptedChatEmpty

Back to constructors index

Empty constructor.

Attributes:

Name Type Required Description
id int Yes Chat ID

Type: EncryptedChat

Example:

$encryptedChatEmpty = ['_' => 'encryptedChatEmpty', 'id' => int];