Sha256: 350a8a6e586204c3aeac33a20fa268e0e09507222e4f9229fa7802c5383354d1

Contents?: true

Size: 247 Bytes

Versions: 8

Compression:

Stored size: 247 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class PassportData < Base
        attribute :data, Array[EncryptedPassportElement]
        attribute :credentials, EncryptedCredentials
      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/passport_data.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/passport_data.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/passport_data.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/passport_data.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/passport_data.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/passport_data.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/passport_data.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/passport_data.rb