feat: 删除群成员组

This commit is contained in:
CrescentLeaf
2025-11-22 21:50:08 +08:00
parent c9d9dd8144
commit 1e7e175389
6 changed files with 135 additions and 14 deletions

View File

@@ -40,6 +40,10 @@ export type CallMethod =
"Chat.sendJoinRequest" |
"Chat.getJoinRequests" |
// 对话成员
"Chat.removeMembers" |
"Chat.quit" |
// 对话消息
"Chat.sendMessage" |
"Chat.getMessageHistory"