Skip to content

Commit 30348a0

Browse files
committed
Update group.md
1 parent c3815af commit 30348a0

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/api/v1/group.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ POST /v1/group/msg-type-limit
665665
}
666666
```
667667

668-
## 获取群成员列表
668+
## 编辑群聊信息
669669

670670
POST /v1/group/edit-group
671671

@@ -696,7 +696,7 @@ message edit_group_send {
696696
string group_id = 2; // 目标群聊ID
697697
string name = 3; // 群聊名称
698698
string introduction = 4; // 群聊简介
699-
string avatarUrl = "5; // 群聊头像url
699+
string avatarUrl = 5; // 群聊头像url
700700
uint64 direct_join = 6; // 进群免审核,1为开启
701701
uint64 history_msg = 7; // 历史消息,1为开启
702702
string category_name = 8; // 分类名
@@ -720,9 +720,8 @@ status {
720720
::: details ProtoBuf数据结构
721721

722722
```proto
723-
message list_member {
723+
message edit_group {
724724
Status status = 1;
725-
repeated User user = 2;
726725
}
727726
```
728727

0 commit comments

Comments
 (0)