Sha256: 75e26249a2fe8d606a0cf1b2398d596088fb5a0a35c2dfaa86c934edece2d46f

Contents?: true

Size: 515 Bytes

Versions: 12

Compression:

Stored size: 515 Bytes

Contents

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

12 entries across 12 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/types/encrypted_passport_element.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/encrypted_passport_element.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/encrypted_passport_element.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/encrypted_passport_element.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/encrypted_passport_element.rb
telegram-bot-ruby-0.13.0 lib/telegram/bot/types/encrypted_passport_element.rb
telegram-bot-ruby-0.12.0 lib/telegram/bot/types/encrypted_passport_element.rb
telegram-bot-ruby-0.11.0 lib/telegram/bot/types/encrypted_passport_element.rb
telegram-bot-ruby-0.10.1 lib/telegram/bot/types/encrypted_passport_element.rb
telegram-bot-ruby-0.10.0 lib/telegram/bot/types/encrypted_passport_element.rb
telegram-bot-ruby-0.9.1 lib/telegram/bot/types/encrypted_passport_element.rb
telegram-bot-ruby-0.9.0 lib/telegram/bot/types/encrypted_passport_element.rb