Lấy danh sách tin nhắn nhóm
Body
Name | Type | Description |
---|---|---|
service | message | |
method | getGroupMsg | |
data |
Response
{
"data": {
"error_message": "Successful.",
"data": {
"lastMsgId": "5836002262463", // msgId của tin nhắn cuối
"hasMore": 0, // Có còn tin nhắn hay không
"groupMsgs": [
{
"msgType": "webchat", // Loại tin nhắn
"idTo": "7070722571989963531", // group_id
"msgId": "5838568651585",
"content": "Chiu",
"uidFrom": "0", // id người gửi
"quote": { // thông tin của tin nhắn được trả lời (nếu có)
"globalMsgId": 5836005608509,
"msg": "",
"fromD": "Saint Laurent", // Người gửi tin nhắn
"cliMsgId": 1726471613254,
"cliMsgType": 32, // number - loại tin nhắn
"attach": "{\"msgBubbleLayoutType\":1,\"thumb\":\"https:\/\/t-f50-zpg-r.zdn.vn\/480\/25075273188988217\/082f646d6034c66a9f25.jpg\",\"href\":\"https:\/\/f50-zpg-r.zdn.vn\/25075273188988217\/082f646d6034c66a9f25.jpg\",\"params\":\"{\\\"tracking\\\":{\\\"subsource\\\":\\\"0\\\",\\\"source\\\":0},\\\"width\\\":2000,\\\"hd\\\":\\\"https:\\\\\/\\\\\/b-f50-zpg-r.zdn.vn\\\\\/25075273188988217\\\\\/082f646d6034c66a9f25.jpg\\\",\\\"height\\\":1497}\",\"childnumber\":0}", // chi tiết tin nhắn
"ownerId": 39456257143545255, // id người gửi
"ts": 1726471613297
},
"cliMsgId": "1726541642393",
"dName": "Saint Laurent",
"mentions": null, // Danh sách được nhắc tên
"ts": "1726541642555",
"status": 3
},
{
"msgType": "webchat",
"idTo": "7070722571989963531",
"msgId": "5836264387455",
"content": "chung ta group",
"uidFrom": "0",
"quote": null,
"cliMsgId": "1726475723109",
"dName": "Saint Laurent",
"mentions": null,
"ts": "1726475723198",
"status": 3
}
],
"error": 0,
"maxMsgId": "5838610830235",
"rootMsgId": null,
"minMsgId": "5836002262463",
"msgJumpId": "0"
},
"error_code": 0
},
"status": "success"
}
{
"status": "error",
"error": {
"message": "Something wrong was happened.",
"code": null,
"prms": null
}
}
Last updated