group-management/change-group-name
Description
- Change the specified group chat name.
Request URL
http://127.0.0.1:8888/api/
Request Method
Parameters
| Parameter Name | Required | Parameter Type | Description |
|---|
| type | Yes | int | API ID |
| chatroomUserName | Yes | string | chat room id |
| chatroomName | Yes | string | New chat room Name |
Request Example
{
"type": 10023,
"chatroomUserName": "xxx@chatroom",
"chatroomName": "111111"
}
Return Example
{
"data": {
"status": 0,
"desc": "",
}
}
Return Parameter Description
| Parameter Name | Parameter Type | Description |
|---|
| error_code | int | Error code |
| description | string | Error Description |
| data | json | Business data |