Sha256: 9daa224f2e23fed9cec672b5836b8f0125156beb59fe32ec0b16df5409e31a76

Contents?: true

Size: 391 Bytes

Versions: 3

Compression:

Stored size: 391 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class PassportElementErrorTranslationFile < Base
        attribute :source, Types::String.constrained(eql: 'translation_file').default('translation_file')
        attribute :type, Types::String
        attribute :file_hash, Types::String
        attribute :message, Types::String
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.2.0 lib/telegram/bot/types/passport_element_error_translation_file.rb
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/passport_element_error_translation_file.rb
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/passport_element_error_translation_file.rb