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
/
CreatedClip
Created
Clip
@
Serializable
data
class
CreatedClip
(
val
id
:
String
,
val
editUrl
:
String
)
Response from creating a clip.
Members
Constructors
Created
Clip
Link copied to clipboard
constructor
(
id
:
String
,
editUrl
:
String
)
Properties
edit
Url
Link copied to clipboard
@
SerialName
(
value
=
"edit_url"
)
val
editUrl
:
String
the URL to edit the clip.
id
Link copied to clipboard
val
id
:
String
the clip ID.