Gửi tin nhắn văn bản nhóm
- Body 
Name
Type
Description
service
message
method
sendGroupMsg
data
{
    "method": "sendGroupMsg",
    "service": "message",
    "data": {
        "accountId": "39456257143545255",
        "groupId": "7070722571989963531",
        "message": "chung ta"
    }
}- Response 
{
    "data": {
        "error_message": "Successful.",
        "data": {
            "msgId": 5839443489791
        },
        "error_code": 0
    },
    "status": "success"
}{
    "status": "error",
    "error": {
        "message": "Something wrong was happened.",
        "code": null,
        "prms": null
    }
}Last updated
