Class: TD::Types::ResetPasswordResult::Declined
- Inherits:
-
TD::Types::ResetPasswordResult
- Object
- Dry::Struct
- Base
- TD::Types::ResetPasswordResult
- TD::Types::ResetPasswordResult::Declined
- Defined in:
- lib/tdlib/types/reset_password_result/declined.rb
Overview
The password reset request was declined.
Instance Attribute Summary collapse
-
#retry_date ⇒ Integer
Point in time (Unix timestamp) when the password reset can be retried.
Method Summary
Methods inherited from Base
Instance Attribute Details
#retry_date ⇒ Integer
Point in time (Unix timestamp) when the password reset can be retried.
5 6 7 |
# File 'lib/tdlib/types/reset_password_result/declined.rb', line 5 def retry_date @retry_date end |