toggle menu
piper-kt
9.3.0
common
switch theme
search in API
events
/
piperkt.events
/
ParticipantLeftEvent
Participant
Left
Event
data
class
ParticipantLeftEvent
(
val
sessionId
:
String
,
val
user
:
String
)
:
SessionEvent
Participant left event.
Parameters
session
Id
The session id.
user
The username of the user.
Members
Constructors
Participant
Left
Event
Link copied to clipboard
constructor
(
sessionId
:
String
,
user
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
session
Id
Link copied to clipboard
val
sessionId
:
String
user
Link copied to clipboard
val
user
:
String