VideoChatParticipantsInvited

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

Constructors

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

Properties

Link copied to clipboard
@SerialName(value = "users")
val users: List<User>