mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
86cf9108cc
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com> Co-authored-by: pixie <pixel+github@chrissx.de>
497 B
497 B
wacli send file
Send a file (image, video, audio, or document) via WhatsApp. See also:
wacli send text. More information: https://wacli.sh/send.html.
- Send a file to a phone number:
wacli send file --to {{phone_number}} --file {{path/to/file}}
- Send a file to a specific JID:
wacli send file --to {{phone_number}}@s.whatsapp.net --file {{path/to/file}}
- Send a file with a custom timeout:
wacli send file --to {{phone_number}} --file {{path/to/file}} --timeout {{10m}}