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

YouTube_live

import { YouTube_live } from "https://raw.githubusercontent.com/akshgpt7/youtube-api-deno/master/src/mod.ts";
class YouTube_live extends YouTube {
constructor(apiKey: string, accessToken: (boolean | string));
liveBroadcasts_list(params: schemas.schema_live_LiveBroadcasts_list);
liveChat_list(params: schemas.schema_live_liveChat_list);
liveSuperChatEvents_list(params: schemas.schema_live_superChatEvent_list);
}

§Extends

§
YouTube
[src]

§Constructors

§
new YouTube_live(apiKey: string, accessToken: (boolean | string))
[src]

§Methods

§
liveBroadcasts_list(params: schemas.schema_live_LiveBroadcasts_list)
[src]
§
liveChat_list(params: schemas.schema_live_liveChat_list)
[src]
§
liveSuperChatEvents_list(params: schemas.schema_live_superChatEvent_list)
[src]