Sha256: 42298f22869c7ae380a55711ae33bee47beffa29c2cf6af7129a28935af94345
Contents?: true
Size: 455 Bytes
Versions: 2
Compression:
Stored size: 455 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 end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dialog_bot_ruby-0.8.8 | lib/telegram/bot/types/encrypted_passport_element.rb |
dialog_bot_ruby-0.8.7 | lib/telegram/bot/types/encrypted_passport_element.rb |