Sha256: a786ef05b3b39f8c5a78cfec93e44b525877f06b425d190a5bcc4db992cf6317
Contents?: true
Size: 440 Bytes
Versions: 4
Compression:
Stored size: 440 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::String attribute :hash, TD::Types::String attribute :secret, TD::Types::String end end
Version data entries
4 entries across 4 versions & 2 rubygems