Sha256: 091753f0aa373f044897a9b9c45b9605eae821b16f14c58ed0fb6d58c05490d6
Contents?: true
Size: 287 Bytes
Versions: 6
Compression:
Stored size: 287 Bytes
Contents
module TD::Types # TDLib needs an encryption key to decrypt the local database. # # @attr is_encrypted [Boolean] True, if the database is currently encrypted. class AuthorizationState::WaitEncryptionKey < AuthorizationState attribute :is_encrypted, TD::Types::Bool end end
Version data entries
6 entries across 6 versions & 2 rubygems