Sha256: 28f2201fb7abdeec3dc1aa129337b2df6c9430c8fa14e5881518134471b488c8

Contents?: true

Size: 500 Bytes

Versions: 6

Compression:

Stored size: 500 Bytes

Contents

module TD::Types
  # Contains information about a Telegram Passport elements and corresponding errors.
  #
  # @attr elements [Array<TD::Types::PassportElement>] Telegram Passport elements.
  # @attr errors [Array<TD::Types::PassportElementError>] Errors in the elements that are already available.
  class PassportElementsWithErrors < Base
    attribute :elements, TD::Types::Array.of(TD::Types::PassportElement)
    attribute :errors, TD::Types::Array.of(TD::Types::PassportElementError)
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/passport_elements_with_errors.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/passport_elements_with_errors.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/passport_elements_with_errors.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/passport_elements_with_errors.rb
tdlib-ruby-2.2.0 lib/tdlib/types/passport_elements_with_errors.rb
tdlib-ruby-2.1.0 lib/tdlib/types/passport_elements_with_errors.rb