twitchkt
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
twitchkt
eventsub
/
io.github.captnblubber.twitchkt.eventsub.model
/
Emote
Emote
@
Serializable
data
class
Emote
(
val
id
:
String
=
""
,
val
emoteSetId
:
String
=
""
,
val
ownerId
:
String
?
=
null
,
val
format
:
List
<
String
>
=
emptyList()
)
Members
Constructors
Emote
Link copied to clipboard
constructor
(
id
:
String
=
""
,
emoteSetId
:
String
=
""
,
ownerId
:
String
?
=
null
,
format
:
List
<
String
>
=
emptyList()
)
Properties
emote
Set
Id
Link copied to clipboard
@
SerialName
(
value
=
"emote_set_id"
)
val
emoteSetId
:
String
format
Link copied to clipboard
val
format
:
List
<
String
>
id
Link copied to clipboard
val
id
:
String
owner
Id
Link copied to clipboard
@
SerialName
(
value
=
"owner_id"
)
val
ownerId
:
String
?