Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Send voice notes with audio metadata and provider fallbacks.
audio: true
sendFile()
await space.sendFile({ path: "/path/to/note.m4a", name: "note.m4a", audio: true, });
space.platform
import { wa } from "skyline-ts"; await space.send( wa.audio({ link: "https://cdn.example.com/voice.ogg", }) );