@manybot/manybot 5.4.0 → 5.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -940,6 +940,7 @@ function buildSendApi(sock, store, rawJid, guardOptions = {}) {
|
|
|
940
940
|
text: (text, opts) => current.text(text, opts),
|
|
941
941
|
image: (filePath, caption, opts) => current.image(filePath, caption, opts),
|
|
942
942
|
video: (filePath, caption, opts) => current.video(filePath, caption, opts),
|
|
943
|
+
gif: (filePath, caption, opts) => current.gif(filePath, caption, opts),
|
|
943
944
|
audio: (filePath, opts) => current.audio(filePath, opts),
|
|
944
945
|
sticker: (source) => current.sticker(source),
|
|
945
946
|
file: (filePath, filename) => current.file(filePath, filename),
|