lastErrorDate property
Optional. Unix time for the most recent error that happened when trying to deliver an update via webhook
Implementation
@JsonKey(name: 'last_error_date')
int? get lastErrorDate;
Optional. Unix time for the most recent error that happened when trying to deliver an update via webhook
@JsonKey(name: 'last_error_date')
int? get lastErrorDate;