osu-api-v2-js
    Preparing search index...

    Interface Message

    interface Message {
        channel_id: number;
        content: string;
        is_action: boolean;
        message_id: number;
        sender_id: number;
        timestamp: string;
        type: string;
        uuid?: null | string;
    }
    Index

    Properties

    channel_id: number
    content: string
    is_action: boolean
    message_id: number
    sender_id: number
    timestamp: string

    It looks like "2025-03-16T14:28:23Z" so just run new Date() with that

    type: string

    Like "action", "markdown", "plain"

    uuid?: null | string