Sha256: 50712bdf94646393d7d5e1c572798c5a68ecf2d6236d8c585fe2566bcf8dc41f

Contents?: true

Size: 318 Bytes

Versions: 6

Compression:

Stored size: 318 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class PassportFile < Base
        attribute :file_id, Types::String
        attribute :file_unique_id, Types::String
        attribute :file_size, Types::Integer
        attribute :file_date, Types::Integer
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.2.0 lib/telegram/bot/types/passport_file.rb
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/passport_file.rb
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/passport_file.rb
telegram-bot-ruby-1.0.0 lib/telegram/bot/types/passport_file.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/passport_file.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/passport_file.rb