Sha256: 57b2a97b9aad00996780f559c4221097637d663ce56699a488496c9cf9f7df2d
Contents?: true
Size: 473 Bytes
Versions: 3
Compression:
Stored size: 473 Bytes
Contents
module TD::Types # Contains encrypted Telegram Passport data credentials. # # @attr data [String] The encrypted credentials. # @attr hash [String] The decrypted data hash. # @attr secret [String] Secret for data decryption, encrypted with the service's public key. class EncryptedCredentials < Base attribute :data, TD::Types::Coercible::String attribute :hash, TD::Types::Coercible::String attribute :secret, TD::Types::Coercible::String end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.4 | lib/tdlib/types/encrypted_credentials.rb |
tdlib-schema-1.7.0.3 | lib/tdlib/types/encrypted_credentials.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/encrypted_credentials.rb |