Sha256: da5d05fe3de7ac60cb1c5790ecb3b65c9aed6972429b11affa6c77204214620e

Contents?: true

Size: 259 Bytes

Versions: 7

Compression:

Stored size: 259 Bytes

Contents

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/types/passport_file.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/passport_file.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/passport_file.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/passport_file.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/passport_file.rb
telegram-bot-ruby-0.13.0 lib/telegram/bot/types/passport_file.rb
telegram-bot-ruby-0.12.0 lib/telegram/bot/types/passport_file.rb