Sha256: 9cde37f636f2003067ab98ab1bf190434f254de72e3a65c54c54244b12f09144
Contents?: true
Size: 250 Bytes
Versions: 1
Compression:
Stored size: 250 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class PassportData < Base attribute :data, Array.of(EncryptedPassportElement) attribute :credentials, EncryptedCredentials end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-types-0.7.0 | lib/telegram/bot/types/passport_data.rb |