{
"chatId": "string",
"token": "string",
"botInfo": {
"imBotId": "string",
"wecomUserId": "string",
"nickName": "string"
},
"imRoomId": "string",
"topic": "string",
"avatarUrl": "string",
"ownerImContactId": "string",
"leftMembers": [
{
"imContactId": "string",
"nickName": "string",
"avatarUrl": "string",
"roomAlias": "string",
"isFriend": true,
"contactType": 0,
"coworker": true,
"isSelf": true
}
],
"groupId": "string",
"timestamp": "string"
}
curl --location --request POST '/room/left' \
--header 'Content-Type: application/json' \
--data-raw '{
"chatId": "string",
"token": "string",
"botInfo": {
"imBotId": "string",
"wecomUserId": "string",
"nickName": "string"
},
"imRoomId": "string",
"topic": "string",
"avatarUrl": "string",
"ownerImContactId": "string",
"leftMembers": [
{
"imContactId": "string",
"nickName": "string",
"avatarUrl": "string",
"roomAlias": "string",
"isFriend": true,
"contactType": 0,
"coworker": true,
"isSelf": true
}
],
"groupId": "string",
"timestamp": "string"
}'
{}