-
Beta Was this translation helpful? Give feedback.
Answered by
smashah
Apr 8, 2022
Replies: 1 comment 1 reply
-
See the docs: https://docs.openwa.dev/classes/api_Client.Client.html#sendFile Set E.g await client.sendFile(chatId, "https://file-examples.com/storage/fe18180c4e624f64f9dba74/2017/04/file_example_MP4_480_1_5MG.mp4", "test.mp4", "test file caption", null, true, false, true) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
smashah
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See the docs:
https://docs.openwa.dev/classes/api_Client.Client.html#sendFile
Set
withoutPreview
totrue
:E.g