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