VideoChatScheduled constructor
const
VideoChatScheduled({
- @JsonKey(name: 'start_date') required int startDate,
Constructs a VideoChatScheduled object
Implementation
const factory VideoChatScheduled({
/// Point in time (Unix timestamp) when the video chat is supposed to be
/// started by a chat administrator
///
/// Note: You can also use the [DateTime] object getter as [startDateTime]
@JsonKey(name: 'start_date') required int startDate,
}) = _VideoChatScheduled;