We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3815af commit 30348a0Copy full SHA for 30348a0
1 file changed
src/api/v1/group.md
@@ -665,7 +665,7 @@ POST /v1/group/msg-type-limit
665
}
666
```
667
668
-## 获取群成员列表
+## 编辑群聊信息
669
670
POST /v1/group/edit-group
671
@@ -696,7 +696,7 @@ message edit_group_send {
696
string group_id = 2; // 目标群聊ID
697
string name = 3; // 群聊名称
698
string introduction = 4; // 群聊简介
699
- string avatarUrl = "5; // 群聊头像url
+ string avatarUrl = 5; // 群聊头像url
700
uint64 direct_join = 6; // 进群免审核,1为开启
701
uint64 history_msg = 7; // 历史消息,1为开启
702
string category_name = 8; // 分类名
@@ -720,9 +720,8 @@ status {
720
::: details ProtoBuf数据结构
721
722
```proto
723
-message list_member {
+message edit_group {
724
Status status = 1;
725
- repeated User user = 2;
726
727
728
0 commit comments