Sha256: c9fa746d16c3014101477f33f3c9153c50d85c6faa9d0db7f230f656112eab11

Contents?: true

Size: 540 Bytes

Versions: 4

Compression:

Stored size: 540 Bytes

Contents

module TD::Types
  # Contains the description of an error in a Telegram Passport element; for bots only.
  #
  # @attr type [TD::Types::PassportElementType] Type of Telegram Passport element that has the error.
  # @attr message [String] Error message.
  # @attr source [TD::Types::InputPassportElementErrorSource] Error source.
  class InputPassportElementError < Base
    attribute :type, TD::Types::PassportElementType
    attribute :message, TD::Types::String
    attribute :source, TD::Types::InputPassportElementErrorSource
  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.rb
tdlib-ruby-2.2.0 lib/tdlib/types/input_passport_element_error.rb
tdlib-ruby-2.1.0 lib/tdlib/types/input_passport_element_error.rb
tdlib-ruby-2.0.0 lib/tdlib/types/input_passport_element_error.rb