Sha256: 86b3ef8b45c8498b1e883d8c0d4b2e86e41fa2e0e34aa659ae2e176ca4dba7b2

Contents?: true

Size: 287 Bytes

Versions: 7

Compression:

Stored size: 287 Bytes

Contents

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