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

    Interface APIThreadMessageBodyText

    interface APIThreadMessageBodyText {
        body: string;
        private: boolean;
        replying_to: null | string;
        type: Text;
    }

    Hierarchy (View Summary)

    Index

    Properties

    body: string

    The actual message text.

    Only present for text message type.

    private: boolean

    Whether the message is only visible to moderators.

    Only present for text message type.

    replying_to: null | string

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

    Only present for text message type.

    type: Text

    The type of message.