startDate property

  1. @JsonKey(name: 'start_date')
int get startDate
inherited

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

Implementation

@JsonKey(name: 'start_date')
int get startDate;