VideoChatScheduled

@Serializable
data class VideoChatScheduled(val startDate: TelegramDate) : VideoChatEvent

Constructors

Link copied to clipboard
constructor(startDate: TelegramDate)

Properties

Link copied to clipboard
@SerialName(value = "start_date")
val startDate: TelegramDate