VideoChatEnded

@Serializable
data class VideoChatEnded(val duration: Seconds) : VideoChatEvent

Constructors

Link copied to clipboard
constructor(duration: Seconds)

Properties

Link copied to clipboard
@SerialName(value = "duration")
val duration: Seconds
Link copied to clipboard
val timeSpan: TimeSpan