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