feat: 直接和对方私聊

This commit is contained in:
CrescentLeaf
2025-10-04 15:32:11 +08:00
parent c24078b29d
commit bc08cd3c8c
2 changed files with 3 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ export type CallMethod =
"User.getMyRecentChats" |
"Chat.getInfo" |
"Chat.getIdForPrivate" |
"Chat.sendMessage" |
"Chat.getMessageHistory" |

View File

@@ -16,6 +16,7 @@ export type CallMethod =
"User.getMyRecentChats" |
"Chat.getInfo" |
"Chat.getIdForPrivate" |
"Chat.sendMessage" |
"Chat.getMessageHistory" |