Sha256: 81180c5162009c6213abaaf010bf9c513ad02a63da3b566aaced260f759c836e
Contents?: true
Size: 413 Bytes
Versions: 3
Compression:
Stored size: 413 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::Coercible::String) end end
Version data entries
3 entries across 3 versions & 1 rubygems