group-management/invite-friends-join
Description
- Send out invites to friends to join the group chat, designed for groups exceeding 40 members.
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 | chatroom id |
userNames | Yes | list | user`s wxid list |
Request Example
{
"type": 79,
"chatroomUserName": "xxx@chatroom",
"userNames": ["wxid_xxx1", "wxid_xxx2"]
}
Return Example
{
"data": {
"status": 0,
"desc": "",
"data": []
}
}
Return Parameter Description
Parameter Name | Parameter Type | Description |
---|
error_code | int | Error code |
description | string | Error Description |
data | json | Business data |