mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-20 12:39:20 +00:00
PART 2: ESLINT, EXAMPLES & MORE
This commit is contained in:
6
index.d.ts
vendored
6
index.d.ts
vendored
@@ -1386,6 +1386,12 @@ declare namespace WAWebJS {
|
||||
senderId: string
|
||||
ack?: number
|
||||
}
|
||||
|
||||
export class PollVote {
|
||||
selectedOptions: string[]
|
||||
sender: string
|
||||
senderTimestampMs: number
|
||||
}
|
||||
}
|
||||
|
||||
export = WAWebJS
|
||||
|
||||
Reference in New Issue
Block a user