Sha256: 0f24a905a2f255277b7d956b998f4ec76edffb83ea6accc781ad03482ea85ae2

Contents?: true

Size: 536 Bytes

Versions: 2

Compression:

Stored size: 536 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class EncryptedPassportElement < Base
        attribute :type, String
        attribute :data, String
        attribute :phone_number, String
        attribute :email, String
        attribute :files, [PassportFile]
        attribute :front_side, PassportFile
        attribute :reverse_side, PassportFile
        attribute :selfie, PassportFile
        attribute :translation, [PassportFile]
        attribute :hash, String
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
telegram-bot-types-0.6.3 lib/telegram/bot/types/encrypted_passport_element.rb
telegram-bot-types-0.6.2 lib/telegram/bot/types/encrypted_passport_element.rb