Bỏ ghim tin nhắn

  1. Body

NameTypeDescription

service

message

method

unPinMsg

data

{
    "method": "unPinMsg",
    "service": "message",
    "data": {
        "accountId": "39456257143545255",
        "toId": "7070722571989963531",
        "group": true,
        "clientMsgId": "1726471613254",
        "globalMsgId": "5836005608509",
        "senderId": "39456257143545255",
        "topicId": "552073804",
        "topicType": 2
    }
}
  • group: true/false

  • globalMsgId: msgId

  1. Response

{
    "data": {
        "error_message": "Successful.",
        "data": "",
        "error_code": 0
    },
    "status": "success"
}

Last updated