Return messages with chats

This commit is contained in:
Adhiraj Singh
2020-07-08 14:10:48 +05:30
parent 9907f54bcd
commit 1c05c75cc8
3 changed files with 16 additions and 10 deletions

View File

@@ -59,6 +59,7 @@ export interface WAChat {
spam: 'false' | 'true'
jid: string
modify_tag: string
messages: WAMessage[]
}
export enum WAMetric {
liveLocation = 3,