Sha256: 5d9dcc3b19e2909daa43267f6f54cafcb6ede085b500edc2d3c612c96d74a3ce

Contents?: true

Size: 257 Bytes

Versions: 6

Compression:

Stored size: 257 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class PassportData < Base
        attribute :data, Types::Array.of(EncryptedPassportElement)
        attribute :credentials, EncryptedCredentials
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.2.0 lib/telegram/bot/types/passport_data.rb
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/passport_data.rb
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/passport_data.rb
telegram-bot-ruby-1.0.0 lib/telegram/bot/types/passport_data.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/passport_data.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/passport_data.rb