OneSDK
    Preparing search index...

    Interface Chatroom

    interface Chatroom {
        channel_id: number;
        chat_mode: string;
        chat_mode_old: string;
        chatable_id: number;
        chatable_type: string;
        created_at: string;
        id: number;
        slow_mode: boolean;
        updated_at: string;
    }
    Index

    Properties

    channel_id: number
    chat_mode: string
    chat_mode_old: string
    chatable_id: number
    chatable_type: string
    created_at: string
    id: number
    slow_mode: boolean
    updated_at: string