MessageSendingStateFailed class

The message failed to be sent.

Inheritance
Available Extensions

Constructors

MessageSendingStateFailed({required Error error, required bool can_retry, required bool need_another_sender, required double retry_after, int? extra, int? clientId})
The message failed to be sent

Properties

can_retry bool
True, if the message can be re-sent.
read / write
clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
error Error
The cause of the message sending failure.
read / write
extra int?
Request identifier. Must be non-zero.
read / writeoverride
hashCode int
The hash code for this object.
read-onlyinherited
need_another_sender bool
True, if the message can be re-sent only on behalf of a different sender.
read / write
retry_after double
Time left before the message can be re-sent, in seconds. No update is sent when this field changes.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Object to Map serializer
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromMap(Map<String, dynamic>? _map) MessageSendingStateFailed?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"messageSendingStateFailed"