ResponseParameters class
Describes why a request was unsuccessful.
Constructors
- ResponseParameters({int? migrateToChatId, int? retryAfter})
- Basic constructor
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- migrateToChatId ↔ int?
-
Optional.
The group has been migrated to a supergroup with the specified identifier.
This number may have more than 32 significant bits and some programming
languages may have difficulty/silent defects in interpreting it.
But it has at most 52 significant bits, so a signed 64-bit integer or
double-precision float type are safe for storing this identifier.
getter/setter pair
- retryAfter ↔ int?
-
Optional.
In case of exceeding flood control, the number of seconds left to wait
before the request can be repeated
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map - Creates a json from the object
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
Map< String, dynamic> json) → ResponseParameters - Creates a object from a json