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

819 B

title description nav_exclude image
encryptedChatDiscarded Discarded or deleted chat. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: encryptedChatDiscarded

Back to constructors index

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];