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

    Type Alias APIThreadMessage

    type APIThreadMessage = {
        author_id: string | null;
        body: APIThreadMessageBody;
        created: Date;
        id: string;
    }
    Index

    Properties

    author_id: string | null

    The ID of the author.

    The contents of the message.

    Fields will vary depending on message type.

    created: Date

    The time at which the message was created.

    id: string

    The ID of the message itself.