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

    Interface WithRecentmessages

    interface WithRecentmessages {
        channel_id: number;
        description: null | string;
        icon: null | string;
        message_length_limit: number;
        moderated: boolean;
        name: string;
        recent_messages: Chat.Message[];
        type:
            | "PUBLIC"
            | "PRIVATE"
            | "MULTIPLAYER"
            | "SPECTATOR"
            | "TEMPORARY"
            | "PM"
            | "GROUP"
            | "ANNOUNCE";
        uuid: null
        | string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    channel_id: number
    description: null | string
    icon: null | string
    message_length_limit: number
    moderated: boolean
    name: string
    recent_messages: Chat.Message[]
    type:
        | "PUBLIC"
        | "PRIVATE"
        | "MULTIPLAYER"
        | "SPECTATOR"
        | "TEMPORARY"
        | "PM"
        | "GROUP"
        | "ANNOUNCE"
    uuid: null | string