Class: TD::Types::EmailAddressResetState::Available
- Inherits:
-
TD::Types::EmailAddressResetState
- Object
- Dry::Struct
- Base
- TD::Types::EmailAddressResetState
- TD::Types::EmailAddressResetState::Available
- Defined in:
- lib/tdlib/types/email_address_reset_state/available.rb
Overview
Email address can be reset after the given period. Call resetAuthenticationEmailAddress to reset it and allow the user to authorize with a code sent to the user’s
phone number.
Instance Attribute Summary collapse
-
#wait_period ⇒ Integer
Time required to wait before the email address can be reset; 0 if the user is subscribed to Telegram Premium.
Method Summary
Methods inherited from Base
Instance Attribute Details
#wait_period ⇒ Integer
Time required to wait before the email address can be reset; 0 if the user is subscribed to Telegram Premium.
8 9 10 |
# File 'lib/tdlib/types/email_address_reset_state/available.rb', line 8 def wait_period @wait_period end |