feat: 加入对话请求
This commit is contained in:
@@ -17,7 +17,7 @@ export type CallMethod =
|
||||
"User.getMyRecentChats" |
|
||||
|
||||
"Chat.getInfo" |
|
||||
|
||||
|
||||
"Chat.updateSettings" |
|
||||
|
||||
"Chat.createGroup" |
|
||||
@@ -25,6 +25,10 @@ export type CallMethod =
|
||||
"Chat.getIdForPrivate" |
|
||||
"Chat.getAnotherUserIdFromPrivate" |
|
||||
|
||||
"Chat.processJoinRequest" |
|
||||
"Chat.sendJoinRequest" |
|
||||
"Chat.getJoinRequests" |
|
||||
|
||||
"Chat.sendMessage" |
|
||||
"Chat.getMessageHistory" |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user