Interface ChannelInfo

interface ChannelInfo {
    ascending_links: AscendingLink[];
    banner_image: BannerImage;
    can_host: boolean;
    cf_rate_limiter: string;
    chatroom: Chatroom;
    follower_badges: any[];
    followersCount: number;
    id: number;
    livestream: Livestream;
    media: Medum[];
    muted: boolean;
    name_updated_at: any;
    offline_banner_image: any;
    plan: Plan;
    playback_url: string;
    previous_livestreams: PreviousLivestream[];
    recent_categories: RecentCategory[];
    role: any;
    slug: string;
    subscriber_badges: SubscriberBadge[];
    subscription_enabled: boolean;
    user: ChannelUser;
    user_id: number;
    verified: Verified;
    vod_enabled: boolean;
}

Properties

ascending_links: AscendingLink[]
banner_image: BannerImage
can_host: boolean
cf_rate_limiter: string
chatroom: Chatroom
follower_badges: any[]
followersCount: number
id: number
livestream: Livestream
media: Medum[]
muted: boolean
name_updated_at: any
offline_banner_image: any
plan: Plan
playback_url: string
previous_livestreams: PreviousLivestream[]
recent_categories: RecentCategory[]
role: any
slug: string
subscriber_badges: SubscriberBadge[]
subscription_enabled: boolean
user_id: number
verified: Verified
vod_enabled: boolean