open-wa / wa-automate-python

💬 🤖 The most advanced Python whatsapp library for chatbots with advanced features. Be sure to ⭐ this repository for updates!
Other
330 stars 71 forks source link

Send voice note #69

Closed Peticali closed 3 years ago

Peticali commented 3 years ago

is there an example to send voice notes? or is not possible yet?

mrodal commented 3 years ago

You can use chat.send_media("path/to/audio/file")

Peticali commented 3 years ago

You can use chat.send_media("path/to/audio/file")

yes, it sends as audio, but what about as voice note?

mrodal commented 3 years ago

There you go, try with the latest version 1.3.13 chat.send_voice_note("path/to/audio/file")