class
Hamilton::Types::ResponseParameters
- Hamilton::Types::ResponseParameters
- Reference
- Object
Overview
Describes why a request was unsuccessful.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/response_parameters.crConstructors
- .new(pull : JSON::PullParser)
- .new(params)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(**params)
Instance Method Summary
-
#migrate_to_chat_id : Int64 | Nil
The group has been migrated to a supergroup with the specified identifier.
-
#migrate_to_chat_id=(migrate_to_chat_id : Int64 | Nil)
The group has been migrated to a supergroup with the specified identifier.
-
#non_nil_fields : Array(String)
List of available non-nil fields.
-
#non_nil_fields=(non_nil_fields : Array(String))
List of available non-nil fields.
-
#retry_after : Int32
In case of exceeding flood control, the number of seconds left to wait before the request can be repeated.
-
#retry_after=(retry_after : Int32)
In case of exceeding flood control, the number of seconds left to wait before the request can be repeated.
Instance methods inherited from class Reference
==(other : Hamilton::Any)
==
Instance methods inherited from class Object
===(other : Hamilton::Any)
===
Constructor Detail
Instance Method Detail
The group has been migrated to a supergroup with the specified identifier.
The group has been migrated to a supergroup with the specified identifier.
In case of exceeding flood control, the number of seconds left to wait before the request can be repeated.
In case of exceeding flood control, the number of seconds left to wait before the request can be repeated.