VideoChatScheduled

@Serializable
data class VideoChatScheduled(val startDate: Instant)

This object represents a service message about a video chat scheduled in the chat.

Api reference

Constructors

Link copied to clipboard
constructor(startDate: Instant)

Properties

Link copied to clipboard
@Serializable(with = InstantSerializer::class)
val startDate: Instant

Point in time (Unix timestamp) when the video chat is supposed to be started by a chat administrator