Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxiuwen committed Sep 26, 2023
1 parent a30248d commit 8eb2b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/document/server-side/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ POST https://{host}/{org_name}/{app_name}/chatgroups
| `allowinvites` | Bool || 是否允许群成员邀请用户加入群组:<br/> - `true`:群成员可拉人入群;<br/> - (默认)`false`:只有群主或者管理员才可以拉人入群。<br/> 注:该参数仅对私有群有效,因为公开群不允许群成员邀请其他用户入群。 |
| `membersonly` | Bool || 用户申请入群是否需要群主或者群管理员审批。 <br/> - `true`:需要; <br/> - (默认)`false`:不需要,用户直接进群。 |
| `invite_need_confirm` | Bool || 邀请用户入群时是否需要被邀用户同意。<br/> - (默认)`true`:是;<br/> - `false`:否。 |
| `owner` | String || 群组的管理员|
| `owner` | String || 群主的用户 ID|
| `members` | Array || 群组成员的用户 ID 数组。该数组可包含 1-100 个元素,不包含群主的用户 ID。 |
| `custom` | String || 群组扩展信息,例如可以给群组添加业务相关的标记,不要超过 1,024 字符。 |

Expand Down

0 comments on commit 8eb2b01

Please sign in to comment.