Tạo nhắc hẹn nhóm

  1. Body

NameTypeDescription

service

message

method

createGroupTopic

data

{
    "method": "createGroupTopic",
    "service": "message",
    "data": {
        "accountId": "39456257143545255",
        "toId": "7070722571989963531",
        "startTime": 1726538400000,
        "title": "Title nhac hen group3",
        "repeat": 0
    }
}

repeat: 0 - Không lặp lại 1 - Hàng ngày 2 - Hàng tuần 3 - Hàng tháng

  1. Response

{
    "data": {
        "error_message": "Successful.",
        "data": {
            "editorId": "39456257143545255", // id người tạo
            "color": -16245706, // màu 
            "emoji": "⏰",
            "createTime": 1726558102659,
            "repeat": 0, // loại lặp l
            "creatorId": "39456257143545255",
            "startTime": -38452992, // thời gian bắt đầu
            "editTime": 1726558102659, // thời gian kết th
            "id": "552689351",
            "type": 0,
            "params": "{\"title\":\"Title nhac hen group3\"}"
        },
        "error_code": 0
    },
    "status": "success"
}

Last updated