Skip to main content
Module

x/youtubei/deno.ts>YTNodes.EndscreenElement

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

Constructors

new
EndscreenElement(data: RawNode)

Properties

aspect_ratio: number
optional
call_to_action: Text
end_ms: number
optional
hovercard_button: YTNode
optional
icon: Thumbnail[]
id: string
optional
image: Thumbnail[]
optional
is_subscribe: boolean
left: number
optional
metadata: Text
optional
playlist_length: Text
start_ms: number
style: string
optional
thumbnail_overlays: ObservedArray<YTNode>
title: Text
top: number
width: number

Static Properties

type: string