In docs I found this regarding the message tool OpenClaw agents use to send a Telegram message with voice note.
Message action example:
{
action: "send",
channel: "telegram",
to: "123456789",
media: "https://example.com/voice.ogg",
asVoice: true,
}
I want the agent to always include the transcript together with the voice note. Is there a field in the message tool that accepts text so that it is sent together with the voice file in the same message?