Interface LiveCommentsResponseRootObject

interface LiveCommentsResponseRootObject {
    can_view_more_preview_comments: boolean;
    caption: null;
    caption_is_edited: boolean;
    comment_count: number;
    comment_likes_enabled: boolean;
    comment_muted: number;
    comments: LiveCommentsResponseCommentsItem[];
    has_more_comments: boolean;
    has_more_headload_comments: boolean;
    is_first_fetch: string;
    live_seconds_per_comment: number;
    media_header_display: string;
    status: string;
    system_comments: LiveCommentsResponseSystemCommentsItem[];
}

Properties

can_view_more_preview_comments: boolean
caption: null
caption_is_edited: boolean
comment_count: number
comment_likes_enabled: boolean
comment_muted: number
has_more_comments: boolean
has_more_headload_comments: boolean
is_first_fetch: string
live_seconds_per_comment: number
media_header_display: string
status: string