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
/
PowerUp
Power
Up
@
Serializable
data
class
PowerUp
(
val
type
:
String
=
""
,
val
emote
:
PowerUpEmote
?
=
null
)
Members
Constructors
Power
Up
Link copied to clipboard
constructor
(
type
:
String
=
""
,
emote
:
PowerUpEmote
?
=
null
)
Properties
emote
Link copied to clipboard
val
emote
:
PowerUpEmote
?
type
Link copied to clipboard
val
type
:
String