Send Messages
Send and receive messages with custom metadata and file attachments using ALO's JavaScript SDK.
Send a message
You can send a message as a reply, with custom metadata, and even pass a list of File
objects all in one command.
sendMessage({ channelId: string, content: string, ... })
sendMessage({ channelId: string, content: string, ... })
Receive new messages
subscribe({ channelIds: [string] })
subscribe({ channelIds: [string] })
Last updated