648 B
648 B
title | description | image |
---|---|---|
encryptedChatEmpty | Empty encrypted chat | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: encryptedChatEmpty
Empty encrypted chat
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | int | Yes | ID |
Type: EncryptedChat
Example:
$encryptedChatEmpty = ['_' => 'encryptedChatEmpty', 'id' => int];
Or, if you're into Lua:
encryptedChatEmpty={_='encryptedChatEmpty', id=int}