add extra option to MessageSendOptions (#600)

Co-authored-by: Pedro S. Lopez <pslamoros@hotmail.com>
This commit is contained in:
Wictor Nogueira
2021-05-31 20:24:30 -03:00
committed by GitHub
parent 64e2cc48fc
commit f506c171c1
2 changed files with 4 additions and 1 deletions

2
index.d.ts vendored
View File

@@ -602,6 +602,8 @@ declare namespace WAWebJS {
sendSeen?: boolean
/** Media to be sent */
media?: MessageMedia
/** Extra options */
extra?: any
/** Sticker name, if sendMediaAsSticker is true */
stickerName?: string
/** Sticker author, if sendMediaAsSticker is true */