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
/
EmoteImages
Emote
Images
@
Serializable
data
class
EmoteImages
(
val
url1x
:
String
,
val
url2x
:
String
,
val
url4x
:
String
)
Represents image URLs for an emote.
Members
Constructors
Emote
Images
Link copied to clipboard
constructor
(
url1x
:
String
,
url2x
:
String
,
url4x
:
String
)
Properties
url1x
Link copied to clipboard
@
SerialName
(
value
=
"url_1x"
)
val
url1x
:
String
url2x
Link copied to clipboard
@
SerialName
(
value
=
"url_2x"
)
val
url2x
:
String
url4x
Link copied to clipboard
@
SerialName
(
value
=
"url_4x"
)
val
url4x
:
String