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

schema_commentThreads_list

import type { schema_commentThreads_list } from "https://raw.githubusercontent.com/akshgpt7/youtube-api-deno/master/src/mod.ts";
interface schema_commentThreads_list extends param {
allThreadsRelatedToChannelId?: string;
channelId?: string;
id?: string;
maxResults?: number;
moderationStatus?: "heldForReview" | "likelySpam" | "published";
order?: "relevance" | "time";
pageToken?: string;
part: string;
searchTerms?: string;
textFormat?: "html" | "plainText";
videoId?: string;
}

§Extends

§Properties

§
allThreadsRelatedToChannelId?: string
[src]
§
channelId?: string
[src]
§
id?: string
[src]
§
maxResults?: number
[src]
§
moderationStatus?: "heldForReview" | "likelySpam" | "published"
[src]
§
order?: "relevance" | "time"
[src]
§
pageToken?: string
[src]
§
part: string
[src]
§
searchTerms?: string
[src]
§
textFormat?: "html" | "plainText"
[src]
§
videoId?: string
[src]