twitchkt
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
twitchkt
helix
/
io.github.captnblubber.twitchkt.helix.model
/
UpdateChannelRequest
/
UpdateChannelRequest
Update
Channel
Request
constructor
(
gameId
:
String
?
=
null
,
broadcasterLanguage
:
String
?
=
null
,
title
:
String
?
=
null
,
delay
:
Int
?
=
null
,
tags
:
List
<
String
>
?
=
null
,
contentClassificationLabels
:
List
<
ContentClassificationLabel
>
?
=
null
,
isBrandedContent
:
Boolean
?
=
null
)