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

ChannelUpdateData

Channel data to update using ChannelApi#updateChannel.

{
Whether or not to show the channel feed.
The desired delay of the stream.
delay?: number
The currently played game.
game?: string
The status/title of the channel.
status?: string
}

Properties

channel_feed_enabled

Type: ?boolean

Whether or not to show the channel feed.

delay

Type: ?number

The desired delay of the stream.

game

Type: ?string

The currently played game.

status

Type: ?string

The status/title of the channel.