Class: TD::Types::AuthorizationState::WaitEncryptionKey
- Inherits:
-
TD::Types::AuthorizationState
- Object
- Dry::Struct
- Base
- TD::Types::AuthorizationState
- TD::Types::AuthorizationState::WaitEncryptionKey
- Defined in:
- lib/tdlib/types/authorization_state/wait_encryption_key.rb
Overview
TDLib needs an encryption key to decrypt the local database.
Instance Attribute Summary collapse
-
#is_encrypted ⇒ Boolean
True, if the database is currently encrypted.
Method Summary
Methods inherited from Base
Instance Attribute Details
#is_encrypted ⇒ Boolean
True, if the database is currently encrypted.
5 6 7 |
# File 'lib/tdlib/types/authorization_state/wait_encryption_key.rb', line 5 def is_encrypted @is_encrypted end |