Add sendVideoAsGif option (#578)

* Add sendVideoAsGif option

* fix typo

Co-authored-by: Pedro S. Lopez <pslamoros@hotmail.com>
This commit is contained in:
Wictor Nogueira
2021-05-31 20:18:10 -03:00
committed by GitHub
parent efc7018f9a
commit 6c66ab2bef
3 changed files with 11 additions and 2 deletions

2
index.d.ts vendored
View File

@@ -584,6 +584,8 @@ declare namespace WAWebJS {
linkPreview?: boolean
/** Send audio as voice message */
sendAudioAsVoice?: boolean
/** Send video as gif */
sendVideoAsGif?: boolean
/** Send media as sticker */
sendMediaAsSticker?: boolean
/** Send media as document */