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

HelixClip

Overview

Properties

broadcasterDisplayName

Type: string

The display name of the broadcaster of the stream where the clip was created.

broadcasterId

Type: string

The user ID of the broadcaster of the stream where the clip was created.

creationDate

Type: Date

The date when the clip was created.

creatorDisplayName

Type: string

The display name of the creator of the clip.

creatorId

Type: string

The user ID of the creator of the clip.

embedUrl

Type: string

The embed URL of the clip.

gameId

Type: string

The ID of the game that was being played when the clip was created.

id

Type: string

The clip ID.

language

Type: string

The language of the stream where the clip was created.

thumbnailUrl

Type: string

The URL of the thumbnail of the clip.

title

Type: string

The title of the clip.

url

Type: string

The URL of the clip.

videoId

Type: string

The ID of the video the clip is taken from.

views

Type: number

The number of views of the clip.

Methods

getBroadcaster()

async

Retrieves information about the broadcaster of the stream where the clip was created.

Return type: HelixUser | null

getCreator()

async

Retrieves information about the creator of the clip.

Return type: HelixUser | null

getGame()

async

Retrieves information about the game that was being played when the clip was created.

Return type: HelixGame | null

getVideo()

async

Retrieves information about the video the clip is taken from.

Return type: HelixVideo | null