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

schema_subscriptions_list

import type { schema_subscriptions_list } from "https://raw.githubusercontent.com/akshgpt7/youtube-api-deno/master/src/mod.ts";
interface schema_subscriptions_list extends param {
channelId?: string;
forChannelId?: string;
id?: string;
maxResults?: number;
mine?: boolean;
myRecentSubscribers?: boolean;
mySubscribers?: boolean;
onBehalfOfContentOwner?: string;
onBehalfOfContentOwnerChannel?: string;
order?: "alphabetical" | "relevance" | "unread";
pageToken?: string;
part: string;
}

§Extends

§Properties

§
channelId?: string
[src]
§
forChannelId?: string
[src]
§
id?: string
[src]
§
maxResults?: number
[src]
§
mine?: boolean
[src]
§
myRecentSubscribers?: boolean
[src]
§
mySubscribers?: boolean
[src]
§
onBehalfOfContentOwner?: string
[src]
§
onBehalfOfContentOwnerChannel?: string
[src]
§
order?: "alphabetical" | "relevance" | "unread"
[src]
§
pageToken?: string
[src]
§
part: string
[src]