--- title: deleteChatHistory description: Deletes all messages in the chat. Can't be used for channel chats image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Method: deleteChatHistory [Back to methods index](index.md) YOU CANNOT USE THIS METHOD IN MADELINEPROTO Deletes all messages in the chat. Can't be used for channel chats ### Parameters: | Name | Type | Description | Required | |----------|---------------|-------------|----------| |chat\_id|[int53](../types/int53.md) | Chat identifier | Yes| |remove\_from\_chat\_list|[Bool](../types/Bool.md) | Pass true, if chat should be removed from the chat list | Yes| ### Return type: [Ok](../types/Ok.md)