Sha256: d49290496cd9a6431525bee83d0cc6284903348c7f85a4427484e59fbaa1a72d

Contents?: true

Size: 225 Bytes

Versions: 2

Compression:

Stored size: 225 Bytes

Contents

module Telegram
  module Bot
    module Types
      class PassportFile < Base
        attribute :file_id, String
        attribute :file_size, Integer
        attribute :file_date, Integer        
      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/passport_file.rb
dialog_bot_ruby-0.8.7 lib/telegram/bot/types/passport_file.rb