Bug fix + Url query

This commit is contained in:
Adhiraj
2020-07-13 17:00:19 +05:30
parent 8ff7839071
commit 169f0bb77f
4 changed files with 25 additions and 2 deletions

View File

@@ -80,6 +80,13 @@ export interface WABroadcastListInfo {
name: string
recipients?: {id: string}[]
}
export interface WAUrlInfo {
'canonical-url': string
'matched-text': string
title: string
description: string
jpegThumbnail?: Buffer
}
export interface MessageInfo {
reads: {jid: string, t: string}[]
deliveries: {jid: string, t: string}[]