{
"chatId": "string",
"token": "string",
"botInfo": {
"imBotId": "string",
"wecomUserId": "string",
"nickName": "string"
},
"imRoomId": "string",
"topic": "string",
"avatarUrl": "string",
"ownerImContactId": "string",
"joinedMember": [
{
"imContactId": "string",
"nickName": "string",
"avatarUrl": "string",
"roomAlias": "string",
"isFriend": true,
"contactType": 0,
"coworker": true,
"isSelf": true
}
],
"groupId": "string",
"timestamp": "string"
}
curl --location --request POST 'https://aa-hub.ddregion.com/room/joined' \
--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",
"joinedMember": [
{
"imContactId": "string",
"nickName": "string",
"avatarUrl": "string",
"roomAlias": "string",
"isFriend": true,
"contactType": 0,
"coworker": true,
"isSelf": true
}
],
"groupId": "string",
"timestamp": "string"
}'
{}