Class: TD::Types::EmailAddressResetState::Pending
- Inherits:
-
TD::Types::EmailAddressResetState
- Object
- Dry::Struct
- Base
- TD::Types::EmailAddressResetState
- TD::Types::EmailAddressResetState::Pending
- Defined in:
- lib/tdlib/types/email_address_reset_state/pending.rb
Overview
Email address reset has already been requested. Call resetAuthenticationEmailAddress to check whether immediate reset is possible.
Instance Attribute Summary collapse
-
#reset_in ⇒ Integer
Left time before the email address will be reset, in seconds.
Method Summary
Methods inherited from Base
Instance Attribute Details
#reset_in ⇒ Integer
Left time before the email address will be reset, in seconds. Update::AuthorizationState is not sent when this field changes.
7 8 9 |
# File 'lib/tdlib/types/email_address_reset_state/pending.rb', line 7 def reset_in @reset_in end |