FoxoChat.js Packages
    Preparing search index...

    Interface RESTPatchAPIMessageBody

    The body of PATCH /channels/{channelId}/messages/{id}.

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

    Properties

    attachments?: number[]

    The files attached to the message.

    content?: string

    The content of the message.