FoxoChat.js Packages
    Preparing search index...

    Interface RESTPostAPIMessageBody

    The body of POST /channels/{channelId}/messages.

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

    Properties

    attachments?: number[]

    The files attached to the message.

    content?: string

    The content of the message.