Include archive/read_only in chats

This commit is contained in:
Adhiraj Singh
2020-07-08 15:26:11 +05:30
parent 1c05c75cc8
commit 2018653bca
2 changed files with 5 additions and 2 deletions

View File

@@ -55,7 +55,9 @@ export interface WAContact {
}
export interface WAChat {
t: string
count: string
count: number
archive?: 'true' | 'false'
read_only?: 'true' | 'false'
spam: 'false' | 'true'
jid: string
modify_tag: string