Skip to content

Commit 7bb22b5

Browse files
shanfishappQianLin-Jiaxi
authored andcommitted
Rename 'botId' to 'nickname' in group API docs
1 parent b825ed2 commit 7bb22b5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/api/v1/group.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -659,14 +659,13 @@ POST /v1/group/edit-my-group-nickname
659659
请求头:
660660

661661
|名称|必须|备注|
662-
663662
|-----|----|----|
664663
|token||群内成员|
665664

666665
```jsonc
667666
{
668667
"groupId": "123", // 目标群聊ID
669-
"botId": "测试群昵称" // 欲设置的群昵称
668+
"nickname": "测试群昵称" // 欲设置的群昵称
670669
}
671670
```
672671

0 commit comments

Comments
 (0)