UpdateMessageSendFailed class

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.

Inheritance
Available Extensions

Constructors

UpdateMessageSendFailed({required Message message, required int old_message_id, required Error error, int? extra, int? clientId})
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

Properties

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
message Message
The failed to send message.
read / write
old_message_id int
The previous temporary message identifier.
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) UpdateMessageSendFailed?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"updateMessageSendFailed"