Modrinth API Types - v1.1.0
    Preparing search index...

    Interface APIReportSendMessageTextBody

    interface APIReportSendMessageTextBody {
        body: string;
        private: boolean;
        replying_to: null | string;
        type: ThreadMessageBodyType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    body: string

    The actual message text.

    private: boolean

    Whether the message is only visible to moderators.

    replying_to: null | string

    The ID of the message being replied to by this message.

    The type of message.