interface Root {
    caption: null;
    caption_is_edited: boolean;
    client_subscription_id: string;
    comment_count: number;
    comment_likes_enabled: boolean;
    comment_muted: number;
    comments: null | Comments;
    has_more_comments: boolean;
    has_more_headload_comments: boolean;
    is_viewer_comment_allowed: boolean;
    live_seconds_per_comment: number;
    media_header_display: string;
    pinned_comment: null;
    system_comments: null;
    unpinned_comment: null;
    user_pay_supporters_info: string;
}

Properties

caption: null
caption_is_edited: boolean
client_subscription_id: string
comment_count: number
comment_likes_enabled: boolean
comment_muted: number
comments: null | Comments
has_more_comments: boolean
has_more_headload_comments: boolean
is_viewer_comment_allowed: boolean
live_seconds_per_comment: number
media_header_display: string
pinned_comment: null
system_comments: null
unpinned_comment: null
user_pay_supporters_info: string