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