Interface Picarto

Hierarchy

Properties

counts: {
    followers: number;
    subscribers: number;
    views: {
        current: number;
        total: number;
    };
}

Type declaration

  • followers: number
  • subscribers: number
  • views: {
        current: number;
        total: number;
    }
    • current: number
    • total: number
misc: {
    stream_settings: {
        guest_chat: boolean;
        level: number;
        links: boolean;
    };
}

Type declaration

  • stream_settings: {
        guest_chat: boolean;
        level: number;
        links: boolean;
    }
    • guest_chat: boolean
    • level: number
    • links: boolean
status: boolean
stream: {
    adult: boolean;
    last: string;
    live: boolean;
    multistream: {
        adult: boolean;
        name: string;
        online: boolean;
        user_id: number;
    }[];
    tags: string[];
    thumbnails: {
        mobile: string;
        tablet: string;
        web: {
            large: string;
            normal: string;
        };
    };
    title: string;
}

Type declaration

  • adult: boolean
  • last: string
  • live: boolean
  • multistream: {
        adult: boolean;
        name: string;
        online: boolean;
        user_id: number;
    }[]
  • tags: string[]
  • thumbnails: {
        mobile: string;
        tablet: string;
        web: {
            large: string;
            normal: string;
        };
    }
    • mobile: string
    • tablet: string
    • web: {
          large: string;
          normal: string;
      }
      • large: string
      • normal: string
  • title: string
user: {
    avatar: string;
    commissions: boolean;
    description_panels: {
        body: null | string;
        button_link: null | string;
        button_text: null | string;
        image: null | string;
        image_link: null | string;
        position: number;
        title: null | string;
    }[];
    id: number;
    languages: {
        id: number;
        name: string;
    }[];
    name: string;
    private: {
        enabled: boolean;
        message: string;
    };
    recordings: boolean;
    type: string;
    url: string;
}

Type declaration

  • avatar: string
  • commissions: boolean
  • description_panels: {
        body: null | string;
        button_link: null | string;
        button_text: null | string;
        image: null | string;
        image_link: null | string;
        position: number;
        title: null | string;
    }[]
  • id: number
  • languages: {
        id: number;
        name: string;
    }[]
  • name: string
  • private: {
        enabled: boolean;
        message: string;
    }
    • enabled: boolean
    • message: string
  • recordings: boolean
  • type: string
  • url: string

Generated using TypeDoc