Chuyển tiếp tin nhắn
Body
Name
Type
Description
service
message
method
sendMsgPhoto
data
{
"method": "pollDetail",
"service": "message",
"data": {
"accountId": "39456257143545255",
"toId": "7070722571989963531",
"group": true,
"file": byte[],
"fileName": "image1.jpg",
"groupMsgId": 1726818519109,
"totalItems": 2,
"idInGroup": 1,
}
}
groupMsgId: timestamp of list message send, default = 0 (when send 1 photo)
totalItems: default 0 (when send 1 photo)
idInGroup: default 0 (when send 1 photo)
Response
{
"data": {
"error_message": "Successful.",
"data": {
"msgId": "5849764944717"
},
"error_code": 0
},
"status": "success"
}
Last updated