Skip to main content
Module

x/youtubei/deno.ts>YTNodes.TimedMarkerDecoration

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

Constructors

new
TimedMarkerDecoration(data: RawNode)

Properties

decoration_time_millis: number
icon: string
label: Text
visible_time_range_end_millis: number
visible_time_range_start_millis: number

Static Properties

type: string