Sha256: fce3933cf8dba0e846143bfb14eb3448bbd21bf631c03a01eb5c25445ceb21c0

Contents?: true

Size: 515 Bytes

Versions: 4

Compression:

Stored size: 515 Bytes

Contents

module TD::Types
  # Contains the description of an error in a Telegram Passport element.
  #
  # @attr type [TD::Types::PassportElementType] Type of the Telegram Passport element which has the error.
  # @attr message [String] Error message.
  # @attr source [TD::Types::PassportElementErrorSource] Error source.
  class PassportElementError < Base
    attribute :type, TD::Types::PassportElementType
    attribute :message, TD::Types::String
    attribute :source, TD::Types::PassportElementErrorSource
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

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