For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tạo nhóm

  1. Body

Name
Type
Description

service

contact

method

createGroup

data

{
  "accountId": "262941598338491044",
  "groupName": "SW Support 3231",
  "membersId": [
    "1598980502599776027",
    "1598980502599764237",
    "1598980502599731223",
    "1598980502599776023"
  ]
 }

  1. Response

{
    "data": {
        "error_message": "Successful.",
        "data": "",
        "error_code": 0
    },
    "status": "success"
}
{
    "status": "error",
    "error": {
        "message": "Something wrong was happened.",
        "code": null,
        "prms": null
    }
}

Last updated