Class: TD::Types::SuggestedAction::SetPassword
- Inherits:
-
TD::Types::SuggestedAction
- Object
- Dry::Struct
- Base
- TD::Types::SuggestedAction
- TD::Types::SuggestedAction::SetPassword
- Defined in:
- lib/tdlib/types/suggested_action/set_password.rb
Overview
Suggests the user to set a 2-step verification password to be able to log in again.
Instance Attribute Summary collapse
-
#authorization_delay ⇒ Integer
The number of days to pass between consecutive authorizations if the user declines to set password; if 0, then the user is advised to set the password for security reasons.
Method Summary
Methods inherited from Base
Instance Attribute Details
#authorization_delay ⇒ Integer
The number of days to pass between consecutive authorizations if the user declines to set password; if 0, then the user is advised to set the password for security reasons.
6 7 8 |
# File 'lib/tdlib/types/suggested_action/set_password.rb', line 6 def @authorization_delay end |