Class: TD::Types::AuthorizationState::WaitPassword
- Inherits:
-
TD::Types::AuthorizationState
- Object
- Dry::Struct
- Base
- TD::Types::AuthorizationState
- TD::Types::AuthorizationState::WaitPassword
- Defined in:
- lib/tdlib/types/authorization_state/wait_password.rb
Overview
The user has been authorized, but needs to enter a password to start using the application.
Instance Attribute Summary collapse
-
#has_recovery_email_address ⇒ Boolean
True, if a recovery email address has been set up.
-
#password_hint ⇒ TD::Types::String?
Hint for the password; may be empty.
-
#recovery_email_address_pattern ⇒ TD::Types::String?
Pattern of the email address to which the recovery email was sent; empty until a recovery email has been sent.
Method Summary
Methods inherited from Base
Instance Attribute Details
#has_recovery_email_address ⇒ Boolean
True, if a recovery email address has been set up.
8 9 10 |
# File 'lib/tdlib/types/authorization_state/wait_password.rb', line 8 def has_recovery_email_address @has_recovery_email_address end |
#password_hint ⇒ TD::Types::String?
Hint for the password; may be empty.
8 9 10 |
# File 'lib/tdlib/types/authorization_state/wait_password.rb', line 8 def password_hint @password_hint end |
#recovery_email_address_pattern ⇒ TD::Types::String?
Pattern of the email address to which the recovery email was sent; empty until a recovery email has been sent.
8 9 10 |
# File 'lib/tdlib/types/authorization_state/wait_password.rb', line 8 def recovery_email_address_pattern @recovery_email_address_pattern end |