lastErrorDate property

  1. @JsonKey(name: 'last_error_date')
int? get lastErrorDate
inherited

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;