OneSDK
    Preparing search index...

    Interface Livestream

    interface Livestream {
        categories: Category2[];
        channel_id: number;
        created_at: string;
        duration: number;
        id: number;
        is_live: boolean;
        is_mature: boolean;
        language: string;
        risk_level_id: any;
        session_title: string;
        slug: string;
        source: any;
        tags: any[];
        thumbnail: Kick.Thumbnail;
        twitch_channel: any;
        viewer_count: number;
        viewers: number;
    }
    Index

    Properties

    categories: Category2[]
    channel_id: number
    created_at: string
    duration: number
    id: number
    is_live: boolean
    is_mature: boolean
    language: string
    risk_level_id: any
    session_title: string
    slug: string
    source: any
    tags: any[]
    thumbnail: Kick.Thumbnail
    twitch_channel: any
    viewer_count: number
    viewers: number