Sha256: 399f717de015d0cd78e66c29fd1f62b0ff21769575fb41bb3c076b71b34fec98
Contents?: true
Size: 402 Bytes
Versions: 4
Compression:
Stored size: 402 Bytes
Contents
module TD::Types # The translation of the document contains an error. # The error is considered resolved when the list of files changes. # # @attr file_hashes [Array<String>] Current hashes of all files with the translation. class InputPassportElementErrorSource::TranslationFiles < InputPassportElementErrorSource attribute :file_hashes, TD::Types::Array.of(TD::Types::String) end end
Version data entries
4 entries across 4 versions & 2 rubygems