Sha256: 6ea5261e07620a1398231f50464bfc6c2543c3030327b652389e87f8433faf91

Contents?: true

Size: 391 Bytes

Versions: 4

Compression:

Stored size: 391 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::String
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/input_passport_element_error_source/front_side.rb
tdlib-ruby-2.2.0 lib/tdlib/types/input_passport_element_error_source/front_side.rb
tdlib-ruby-2.1.0 lib/tdlib/types/input_passport_element_error_source/front_side.rb
tdlib-ruby-2.0.0 lib/tdlib/types/input_passport_element_error_source/front_side.rb