ParticipantCreateEvent

@Serializable
@SerialName(value = "participant_create")
value class ParticipantCreateEvent(val response: ParticipantResponse) : InfinityEvent(source)

Constructors

Link copied to clipboard
constructor(response: ParticipantResponse)

Properties

Link copied to clipboard