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
/
ConduitTransport
Conduit
Transport
@
Serializable
data
class
ConduitTransport
(
val
method
:
String
=
""
,
val
callback
:
String
?
=
null
,
val
sessionId
:
String
?
=
null
,
val
connectedAt
:
Instant
?
=
null
,
val
disconnectedAt
:
Instant
?
=
null
)
Members
Constructors
Conduit
Transport
Link copied to clipboard
constructor
(
method
:
String
=
""
,
callback
:
String
?
=
null
,
sessionId
:
String
?
=
null
,
connectedAt
:
Instant
?
=
null
,
disconnectedAt
:
Instant
?
=
null
)
Properties
callback
Link copied to clipboard
val
callback
:
String
?
connected
At
Link copied to clipboard
@
SerialName
(
value
=
"connected_at"
)
val
connectedAt
:
Instant
?
disconnected
At
Link copied to clipboard
@
SerialName
(
value
=
"disconnected_at"
)
val
disconnectedAt
:
Instant
?
method
Link copied to clipboard
val
method
:
String
session
Id
Link copied to clipboard
@
SerialName
(
value
=
"session_id"
)
val
sessionId
:
String
?