Skip to main content
Module

x/youtubei/deno.ts>LiveChatContinuation

A wrapper around YouTube's internal API — reverse engineering InnerTube
Very Popular
Go to Latest
class LiveChatContinuation
extends YTNode
Re-export
import { LiveChatContinuation } from "https://deno.land/x/youtubei@v9.3.0-deno/deno.ts";

Constructors

new
LiveChatContinuation(data: RawNode)

Properties

action_panel: YTNode | null
continuation: Continuation
emojis: { emoji_id: string; shortcuts: string[]; search_terms: string[]; image: Thumbnail[]; }[]
header: LiveChatHeader | null
item_list: LiveChatItemList | null
participants_list: LiveChatParticipantsList | null
popout_message: Message | null
viewer_name: string

Static Properties

readonly
type: string