fix: 遗漏的 User.getMyAllChats
This commit is contained in:
@@ -22,6 +22,9 @@ export type CallMethod =
|
|||||||
// 最近对话列表
|
// 最近对话列表
|
||||||
"User.getMyRecentChats" |
|
"User.getMyRecentChats" |
|
||||||
|
|
||||||
|
// 全部对话列表
|
||||||
|
"User.getMyAllChats" |
|
||||||
|
|
||||||
// 对话信息
|
// 对话信息
|
||||||
"Chat.getInfo" |
|
"Chat.getInfo" |
|
||||||
"Chat.getAnotherUserIdFromPrivate" |
|
"Chat.getAnotherUserIdFromPrivate" |
|
||||||
|
|||||||
Reference in New Issue
Block a user