Added
- Plugins can send WhatsApp voice notes through
ctx.conversations.send. A newvoiceenvelope type sends the media atmediaUrlas a PTT voice note (audio bubble with waveform) rather than a plain audio file — the host maps it to an audio send withpttset, which defaults the codec toaudio/ogg; codecs=opusand classifies the message asvoice, matching inbound classification. It rides the sameconversation:sendpermission and activated-session scope as the other media types. (#607)