Sha256: cfaf05c60191d5db8dacb0653b6a2f33dca8ac20bcdee77b4e940c94465a987c

Contents?: true

Size: 546 Bytes

Versions: 8

Compression:

Stored size: 546 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, Array[PassportFile]
        attribute :front_side, PassportFile
        attribute :reverse_side, PassportFile
        attribute :selfie, PassportFile
        attribute :translation, Array[PassportFile]
        attribute :hash, String
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/encrypted_passport_element.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/encrypted_passport_element.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/encrypted_passport_element.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/encrypted_passport_element.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/encrypted_passport_element.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/encrypted_passport_element.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/encrypted_passport_element.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/encrypted_passport_element.rb