interface LiveChatRenderer {
    actions: YouTube.Action[];
    continuations: any[];
    header: any;
    trackingParams: string;
    viewerName: string;
}

Properties

actions: YouTube.Action[]
continuations: any[]
header: any
trackingParams: string
viewerName: string