group-management/modify-group-self-nickname

Description

  • Edit individual nicknames in the group conversation.

Request URL

  • http://127.0.0.1:8888/api/

Request Method

  • POST

Parameters

Parameter NameRequiredParameter TypeDescription
typeYesintAPI ID
chatroomUserNameYesstringchat room id
nickNameYesstringself Nickname

Request Example

 {
  "type": 10024,
  "chatroomUserName": "xxx@chatroom",
  "nickName": "111111"
 } 

Return Example

  {
    "data": {
      "status": 0,
      "desc": "",
    }
  }

Return Parameter Description

Parameter NameParameter TypeDescription
error_codeintError code
descriptionstringError Description
datajsonBusiness data

Remark