UpdateMessageSendFailed constructor
const
UpdateMessageSendFailed({})
A message failed to send. Be aware that some messages being sent can be irrecoverably deleted, in which case updateDeleteMessages will be received instead of this update
Implementation
const UpdateMessageSendFailed({
required this.message,
required this.oldMessageId,
required this.errorCode,
required this.errorMessage,
this.extra,
this.clientId,
});