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" |
@@ -24,7 +25,7 @@ export type CallMethod =
export type ClientEvent =
"Client.onMessage"
export const CallableMethodBeforeAuth = [
export const CallableMethodBeforeAuth = [
"User.auth",
"User.register",
"User.login",