Sha256: ae4c3760b8cd87257a1be753a24dfa0509e8f7235009fd715b43b5cb6dfae048

Contents?: true

Size: 314 Bytes

Versions: 1

Compression:

Stored size: 314 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class PassportElementErrorFrontSide < Base
        attribute :source, String.default('front_side')
        attribute :type, String
        attribute :file_hash, String
        attribute :message, String
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
telegram-bot-types-0.7.0 lib/telegram/bot/types/passport_element_error_front_side.rb