feat(wip): 聯絡人

This commit is contained in:
CrescentLeaf
2025-09-20 00:32:37 +08:00
parent b7ce12ff5e
commit c13913f08a
4 changed files with 79 additions and 8 deletions

View File

@@ -8,6 +8,9 @@ export type CallMethod =
"User.setAvatar" |
"User.getMyInfo" |
"User.getMyContactGroups" |
"User.setMyContactGroups" |
"Chat.getInfo" |
"Chat.sendMessage" |
"Chat.getMessageHistory"