Sha256: 99a753759fa13c1ea03b03df7cef5a3f6cf7301d1a9b985e1640fc44c4f896d5

Contents?: true

Size: 250 Bytes

Versions: 7

Compression:

Stored size: 250 Bytes

Contents

module Telegram
  module Bot
    module Types
      class File < Base
        attribute :file_id, String
        attribute :file_unique_id, String
        attribute :file_size, Integer
        attribute :file_path, String
      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/file.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/file.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/file.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/file.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/file.rb
telegram-bot-ruby-0.13.0 lib/telegram/bot/types/file.rb
telegram-bot-ruby-0.12.0 lib/telegram/bot/types/file.rb