Sha256: c52d1c1da783f1212640197edc9d6eef3f736fc932871656343af21758531d6d

Contents?: true

Size: 327 Bytes

Versions: 7

Compression:

Stored size: 327 Bytes

Contents

module Telegram
  module Bot
    module Types
      class Document < Base
        attribute :file_id, String
        attribute :file_unique_id, String
        attribute :thumb, PhotoSize
        attribute :file_name, String
        attribute :mime_type, String
        attribute :file_size, 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/document.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/document.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/document.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/document.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/document.rb
telegram-bot-ruby-0.13.0 lib/telegram/bot/types/document.rb
telegram-bot-ruby-0.12.0 lib/telegram/bot/types/document.rb