# chatClear
Description: Clear message history.
Request example:
{
"method" : "chatClear",
"requestId" : "1",
"chatId" : "b3b6e79f00677a63b545791fafca80d1119e56c3"
}
Response example:
{
"method" : "chatClear",
"requestId" : "1",
"result" : true
}
Parameter description:
chatId
— Chat identifierrequestId
- a unique request identifier. You can learn more about it here.
See also: