Skip to main content
Module

x/youtubei/deno.ts>Types.CreateVideoEndpointOptions

A wrapper around YouTube's internal API — reverse engineering InnerTube
Very Popular
Go to Latest
type alias Types.CreateVideoEndpointOptions
import { type Types } from "https://deno.land/x/youtubei@v9.3.0-deno/deno.ts";
const { CreateVideoEndpointOptions } = Types;
definition: { resource_id: { scotty_resource_id: { id: string; }; }; frontend_upload_id: string; initial_metadata: { title: { new_title: string; }; description: { new_description: string; should_segment: boolean; }; privacy: { new_privacy: string; }; draft_state: { is_draft?: boolean; }; }; client?: InnerTubeClient; }