Skip to main content
Module

x/youtubei/deno.ts>Types.EditPlaylistEndpointOptions

A wrapper around YouTube's internal API — reverse engineering InnerTube
Very Popular
Go to Latest
type alias Types.EditPlaylistEndpointOptions
import { type Types } from "https://deno.land/x/youtubei@v9.3.0-deno/deno.ts";
const { EditPlaylistEndpointOptions } = Types;
definition: { playlist_id: string; actions: { action:
| "ACTION_ADD_VIDEO"
| "ACTION_REMOVE_VIDEO"
| "ACTION_MOVE_VIDEO_AFTER"
| "ACTION_SET_PLAYLIST_DESCRIPTION"
| "ACTION_SET_PLAYLIST_NAME"
; added_video_id?: string; set_video_id?: string; moved_set_video_id_predecessor?: string; playlist_description?: string; playlist_name?: string; }[]; }