lastErrorMessage property
Optional. Error message in human-readable format for the most recent error that happened when trying to deliver an update via webhook
Implementation
@JsonKey(name: 'last_error_message')
String? get lastErrorMessage;
Optional. Error message in human-readable format for the most recent error that happened when trying to deliver an update via webhook
@JsonKey(name: 'last_error_message')
String? get lastErrorMessage;