VideoChatParticipantsInvited

data class VideoChatParticipantsInvited(val users: List<User> = emptyList()) : VideoChatEvent

Constructors

Link copied to clipboard
fun VideoChatParticipantsInvited(users: List<User> = emptyList())

Properties

Link copied to clipboard
val users: List<User>