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
/
ModTimeout
Mod
Timeout
@
Serializable
data
class
ModTimeout
(
val
userId
:
String
=
""
,
val
userLogin
:
String
=
""
,
val
userName
:
String
=
""
,
val
reason
:
String
=
""
,
val
expiresAt
:
Instant
?
=
null
)
Members
Constructors
Mod
Timeout
Link copied to clipboard
constructor
(
userId
:
String
=
""
,
userLogin
:
String
=
""
,
userName
:
String
=
""
,
reason
:
String
=
""
,
expiresAt
:
Instant
?
=
null
)
Properties
expires
At
Link copied to clipboard
@
SerialName
(
value
=
"expires_at"
)
val
expiresAt
:
Instant
?
reason
Link copied to clipboard
val
reason
:
String
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"user_id"
)
val
userId
:
String
user
Login
Link copied to clipboard
@
SerialName
(
value
=
"user_login"
)
val
userLogin
:
String
user
Name
Link copied to clipboard
@
SerialName
(
value
=
"user_name"
)
val
userName
:
String