MessageSendingStateFailed constructor
const
MessageSendingStateFailed({})
The message failed to be sent
Implementation
const MessageSendingStateFailed({
required this.errorCode,
required this.errorMessage,
required this.canRetry,
required this.needAnotherSender,
required this.retryAfter,
});