Skip to main content
Module

x/youtubei/deno.ts>YTNodes.Card

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

Constructors

new
Card(data: RawNode)

Properties

optional
card_id: string
content: YTNode
cue_ranges: { start_card_active_ms: string; end_card_active_ms: string; teaser_duration_ms: string; icon_after_teaser_ms: string; }[]
optional
feature: string
teaser: YTNode

Static Properties

type: string