mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
819 B
819 B
title | description | nav_exclude | image |
---|---|---|---|
encryptedChatDiscarded | Discarded or deleted chat. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: encryptedChatDiscarded
Discarded or deleted chat.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
history_deleted | Bool | Optional | Whether both users of this secret chat should also remove all of its messages |
id | int | Yes | Chat ID |
Type: EncryptedChat
Example:
$encryptedChatDiscarded = ['_' => 'encryptedChatDiscarded', 'history_deleted' => Bool, 'id' => int];