Sha256: 00ab70b0cd01d85bbf9d01a4d8cb0dd52fb124f5fe1837ab4d388d6c91af1660
Contents?: true
Size: 381 Bytes
Versions: 3
Compression:
Stored size: 381 Bytes
Contents
module TD::Types # The list of attached files contains an error. # The error is considered resolved when the file list changes. # # @attr file_hashes [Array<String>] Current hashes of all attached files. class InputPassportElementErrorSource::Files < InputPassportElementErrorSource attribute :file_hashes, TD::Types::Array.of(TD::Types::Coercible::String) end end
Version data entries
3 entries across 3 versions & 1 rubygems