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
/
GlobalCooldownSetting
Global
Cooldown
Setting
@
Serializable
data
class
GlobalCooldownSetting
(
val
isEnabled
:
Boolean
=
false
,
val
seconds
:
Int
=
0
)
Members
Constructors
Global
Cooldown
Setting
Link copied to clipboard
constructor
(
isEnabled
:
Boolean
=
false
,
seconds
:
Int
=
0
)
Properties
is
Enabled
Link copied to clipboard
@
SerialName
(
value
=
"is_enabled"
)
val
isEnabled
:
Boolean
seconds
Link copied to clipboard
val
seconds
:
Int