curl --location --request GET '/message/history?token=&pageSize=&seq=&snapshotDay=&imBotId ='
{
"code": 0,
"data": {
"botId": "string",
"messageId": "string",
"chatId": "string",
"avatar": "string",
"roomTopic": "string",
"roomId": "string",
"contactName": "string",
"contactId": "string",
"payload": {
"text": "string"
},
"type": 0,
"timestamp": "string",
"contactType": 0,
"coworker": "string",
"botWxid": "string",
"botWeixin": "string",
"isSelf": true
}
}