AllWaitingRoomMembersData

@Serializable
data class AllWaitingRoomMembersData(val waitingParticipants: List<WaitingRoomParticipant>? = null, val waitingParticipantss: List<WaitingRoomParticipant>? = null)

Constructors

Link copied to clipboard
constructor(waitingParticipants: List<WaitingRoomParticipant>? = null, waitingParticipantss: List<WaitingRoomParticipant>? = null)

Properties

Link copied to clipboard
@SerialName(value = "waitingParticipants")
@Serializable(with = FlexibleListSerializer::class)
val waitingParticipants: List<WaitingRoomParticipant>? = null
Link copied to clipboard
@SerialName(value = "waitingParticipantss")
@Serializable(with = FlexibleListSerializer::class)
val waitingParticipantss: List<WaitingRoomParticipant>? = null