Ghim tin nhắn

  1. Body

NameTypeDescription

service

message

method

pinMsgList

data

{
    "method": "pinMsg",
    "service": "message",
    "companyCode": "esbt",
    "data": {
        "accountId": "39456257143545255",
        "toId": "7070722571989963531",
        "group": true,
        "clientMsgId": "1726471613254",
        "globalMsgId": "5836005608509",
        "senderId": "39456257143545255",
        "senderName": "Saint Laurent",
        "message": "https://b-f50-zpg-r.zdn.vn/25075273188988217/082f646d6034c66a9f25.jpg",
        "msgType": "chat.photo"
    }
}
  • group: true/false

  • globalMsgId: msgId

  • message:

  if (msgType == "webchat") {
    message = msg.content;
  }
  if (msgType == "chat.photo") {
    message = msg.content.params.hd || msg.href;
  }
  if (msgType === "share.file") {
    message = msg.title;
  }
  1. Response

{
    "data": {
        "error_message": "Successful.",
        "data": {
            "duration": -1,
            "editorId": "39456257143545255",
            "color": -14540254,
            "emoji": "📌",
            "createTime": 1726557330681,
            "repeat": 0,
            "creatorId": "39456257143545255",
            "startTime": -1,
            "editTime": 1726557330681,
            "id": "552680637",
            "type": 2,
            "params": "{\"senderUid\":\"39456257143545255\",\"senderName\":\"Saint Laurent\",\"client_msg_id\":\"1726471613254\",\"global_msg_id\":\"5836005608509\",\"msg_type\":1,\"title\":\"https://b-f50-zpg-r.zdn.vn/25075273188988217/082f646d6034c66a9f25.jpg\"}"
        },
        "error_code": 0
    },
    "status": "success"
}

Last updated