mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Fetch stories + broadcast list info
This commit is contained in:
@@ -75,6 +75,11 @@ export interface MessageOptions {
|
||||
validateID?: boolean,
|
||||
filename?: string
|
||||
}
|
||||
export interface WABroadcastListInfo {
|
||||
status: number
|
||||
name: string
|
||||
recipients?: {id: string}[]
|
||||
}
|
||||
export interface MessageInfo {
|
||||
reads: {jid: string, t: string}[]
|
||||
deliveries: {jid: string, t: string}[]
|
||||
|
||||
Reference in New Issue
Block a user