Sha256: 6f352c5c7210e67a4ba659cc3b15f991642f35b0ff9c11159862a5d5ce917862

Contents?: true

Size: 402 Bytes

Versions: 2

Compression:

Stored size: 402 Bytes

Contents

module TD::Types
  # The front side of the document contains an error.
  # The error is considered resolved when the file with the front side of the document changes.
  #
  # @attr file_hash [String] Current hash of the file containing the front side.
  class InputPassportElementErrorSource::FrontSide < InputPassportElementErrorSource
    attribute :file_hash, TD::Types::Coercible::String
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/input_passport_element_error_source/front_side.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/input_passport_element_error_source/front_side.rb