Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

YouTubeVideo

import type { YouTubeVideo } from "https://googleapis.deno.dev/v1/classroom:v1.ts";

YouTube video item.

interface YouTubeVideo {
alternateLink?: string;
id?: string;
thumbnailUrl?: string;
title?: string;
}

§Properties

§
id?: string
[src]

YouTube API resource ID.

§
thumbnailUrl?: string
[src]

URL of a thumbnail image of the YouTube video. Read-only.

§
title?: string
[src]

Title of the YouTube video. Read-only.