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
/
ChannelEditor
Channel
Editor
@
Serializable
data
class
ChannelEditor
(
val
userId
:
String
,
val
userName
:
String
,
val
createdAt
:
Instant
)
Represents a channel editor from the Twitch Helix API.
See also
Twitch API Reference - Get Channel Editors
Members
Constructors
Channel
Editor
Link copied to clipboard
constructor
(
userId
:
String
,
userName
:
String
,
createdAt
:
Instant
)
Properties
created
At
Link copied to clipboard
@
SerialName
(
value
=
"created_at"
)
val
createdAt
:
Instant
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"user_id"
)
val
userId
:
String
user
Name
Link copied to clipboard
@
SerialName
(
value
=
"user_name"
)
val
userName
:
String