fix: 遗漏的 User.getMyAllChats

This commit is contained in:
CrescentLeaf
2025-11-30 00:40:27 +08:00
parent 4b9d78d0d5
commit 3def4d7449

View File

@@ -22,6 +22,9 @@ export type CallMethod =
// 最近对话列表 // 最近对话列表
"User.getMyRecentChats" | "User.getMyRecentChats" |
// 全部对话列表
"User.getMyAllChats" |
// 对话信息 // 对话信息
"Chat.getInfo" | "Chat.getInfo" |
"Chat.getAnotherUserIdFromPrivate" | "Chat.getAnotherUserIdFromPrivate" |