@osynicite/osynic-osuapi
    Preparing search index...

    Interface Room

    interface Room {
        active: boolean;
        auto_skip: boolean;
        category: string;
        channel_id: number;
        current_playlist_item: Playlist;
        difficulty_range: DifficultyRange;
        ends_at: string;
        has_password: boolean;
        host: Host;
        id: number;
        max_attempts: number;
        name: string;
        participant_count: number;
        playlist_item_stats: PlaylistItemStats;
        queue_mode: string;
        recent_participants: RecentParticipant[];
        starts_at: string;
        status: string;
        type: string;
        user_id: number;
    }
    Index

    Properties

    active: boolean
    auto_skip: boolean
    category: string
    channel_id: number
    current_playlist_item: Playlist
    difficulty_range: DifficultyRange
    ends_at: string
    has_password: boolean
    host: Host
    id: number
    max_attempts: number
    name: string
    participant_count: number
    playlist_item_stats: PlaylistItemStats
    queue_mode: string
    recent_participants: RecentParticipant[]
    starts_at: string
    status: string
    type: string
    user_id: number