我累了
This commit is contained in:
@@ -18,6 +18,8 @@ export type CallMethod =
|
||||
|
||||
"Chat.getInfo" |
|
||||
|
||||
"Chat.updateSettings" |
|
||||
|
||||
"Chat.createGroup" |
|
||||
|
||||
"Chat.getIdForPrivate" |
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user