The body of POST /messages/channel/{name}.

interface RESTPostAPIMessageBody {
    attachments?: Uint8Array[];
    content: string;
}

Properties

attachments?: Uint8Array[]

The files attached to the message.

content: string

The content of the message.