我累了

This commit is contained in:
CrescentLeaf
2025-10-08 02:52:02 +08:00
parent 0df1149618
commit 38c28c3fb6
4 changed files with 32 additions and 7 deletions

View File

@@ -18,6 +18,8 @@ export type CallMethod =
"Chat.getInfo" |
"Chat.updateSettings" |
"Chat.createGroup" |
"Chat.getIdForPrivate" |

View File

@@ -5,6 +5,7 @@ export default class Chat {
declare id: string
declare title: string
declare avatar?: string
declare settings?: { [key: string]: unknown }
[key: string]: unknown
}