Sha256: 27273d21e89bcc90c73b6e9176b6552eef0fd3ef219952016eb0e5bbe9920e89
Contents?: true
Size: 242 Bytes
Versions: 2
Compression:
Stored size: 242 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class PassportData < Base attribute :data, [EncryptedPassportElement] attribute :credentials, EncryptedCredentials 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/passport_data.rb |
telegram-bot-types-0.6.2 | lib/telegram/bot/types/passport_data.rb |