mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Include archive/read_only in chats
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user