twitcheasy-twitch-bottwitch-authtwitch-auth-tmitwitch-chat-clienttwitch-eventsubtwitch-pubsub-clienttwitch-webhooks
Welcome

VideoCreateData

Video data for a new video using VideoApi#createVideo.

{
The new description of the video.
description?: string
The new game of the video.
game?: string
The new language of the video.
language?: string
The new tag list of the video.
tag_list?: string
The new title of the video.
title: string
Whether the video will be public or private initially.
viewable: VideoViewability
The time when the video will become public.
viewable_at: string
}

Properties

description

Type: ?string

The new description of the video.

game

Type: ?string

The new game of the video.

language

Type: ?string

The new language of the video.

tag_list

Type: ?string

The new tag list of the video.

title

Type: string

The new title of the video.

viewable

Type: VideoViewability

Whether the video will be public or private initially.

viewable_at

Type: string

The time when the video will become public.

This only takes effect if viewable is private.