Triangle.js Docs
    Preparing search index...

    Interface DM

    interface DM {
        data: {
            content: string;
            content_safe: string;
            system: boolean;
            user: string;
            userdata: {
                role: Role;
                supporter: boolean;
                supporter_tier: number;
                verified?: boolean;
            };
        };
        id: string;
        stream: `${string}:${string}`;
        ts: Date;
    }
    Index

    Properties

    Properties

    data: {
        content: string;
        content_safe: string;
        system: boolean;
        user: string;
        userdata: {
            role: Role;
            supporter: boolean;
            supporter_tier: number;
            verified?: boolean;
        };
    }
    id: string
    stream: `${string}:${string}`
    ts: Date