ResponseParameters class

Describes why a request was unsuccessful.

Constructors

ResponseParameters({int? migrateToChatId, int? retryAfter})
Constructs a ResponseParameters object
const
ResponseParameters.fromJson(Map<String, dynamic> json)
Creates a ResponseParameters object from JSON object
factory

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.
final
retryAfter int?
Optional. In case of exceeding flood control, the number of seconds left to wait before the request can be repeated
final
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<String, dynamic>
Converts a ResponseParameters object to JSON object
toString() String
Returns a string representation of this object.
override

Operators

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