Authorization: Bearer ********************
{
"isOneClickRead": true,
"sid": "string",
"isGroup": true,
"maxMsgSize": 0,
"msgId": 0
}
curl --location --request POST '/history/wristwatch/readUnreadMessage' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"isOneClickRead": true,
"sid": "string",
"isGroup": true,
"maxMsgSize": 0,
"msgId": 0
}'
{
"sessions": [
{
"sid": "G_1844258952930385920",
"name": "主集非毛的家庭群聊",
"isGroup": true,
"unreadCount": 2,
"unreadOldMsgId": 1846119217811089400,
"members": [
{
"refId": "283b1f62-a876-42c6-a560-268efc07439c",
"refType": 2,
"refRole": 3,
"avatar": "http://dummyimage.com/200x200",
"name": "主集非毛"
},
{
"refId": "01926a2d-875a-711e-9566-5f4d9444a850",
"refType": 1,
"refRole": 1,
"avatar": null,
"name": "哥哥"
}
]
},
{
"sid": "283b1f62-a876-42c6-a560-268efc07439c",
"name": "主集非毛",
"isGroup": false,
"unreadCount": 0,
"unreadOldMsgId": 0,
"members": [
{
"refId": "283b1f62-a876-42c6-a560-268efc07439c",
"refType": 2,
"refRole": 3,
"avatar": "http://dummyimage.com/200x200",
"name": "主集非毛"
},
{
"refId": "01926a2d-875a-711e-9566-5f4d9444a850",
"refType": 1,
"refRole": 1,
"avatar": null,
"name": "哥哥"
}
]
}
]
}