Sha256: 0a1726d27f3d672e554a48a59978126a7709ec02ada77cd792cf23237cd5f2a4

Contents?: true

Size: 344 Bytes

Versions: 4

Compression:

Stored size: 344 Bytes

Contents

module TD::Types
  # The selfie contains an error.
  # The error is considered resolved when the file with the selfie changes.
  #
  # @attr file_hash [String] Current hash of the file containing the selfie.
  class InputPassportElementErrorSource::Selfie < 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/selfie.rb
tdlib-ruby-2.2.0 lib/tdlib/types/input_passport_element_error_source/selfie.rb
tdlib-ruby-2.1.0 lib/tdlib/types/input_passport_element_error_source/selfie.rb
tdlib-ruby-2.0.0 lib/tdlib/types/input_passport_element_error_source/selfie.rb