feat: 从对话详情打开用户详情

This commit is contained in:
CrescentLeaf
2025-10-04 15:49:19 +08:00
parent 1fa91279e2
commit a77e22a3ea
6 changed files with 84 additions and 19 deletions

View File

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