Class: TD::Types::ResetPasswordResult::Pending
- Inherits:
-
TD::Types::ResetPasswordResult
- Object
- Dry::Struct
- Base
- TD::Types::ResetPasswordResult
- TD::Types::ResetPasswordResult::Pending
- Defined in:
- lib/tdlib/types/reset_password_result/pending.rb
Overview
The password reset request is pending.
Instance Attribute Summary collapse
-
#pending_reset_date ⇒ Integer
Point in time (Unix timestamp) after which the password can be reset immediately using resetPassword.
Method Summary
Methods inherited from Base
Instance Attribute Details
#pending_reset_date ⇒ Integer
Point in time (Unix timestamp) after which the password can be reset immediately using resetPassword.
6 7 8 |
# File 'lib/tdlib/types/reset_password_result/pending.rb', line 6 def pending_reset_date @pending_reset_date end |