The body of PATCH /messages/channel/{name}/{id}.

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

Properties

attachments?: Uint8Array[]

The files attached to the message.

content?: string

The content of the message.