Sha256: 9e85ed78bb91fe509de160068170f4c8aa748a4260b0db585bba8f508ccde1d1

Contents?: true

Size: 354 Bytes

Versions: 5

Compression:

Stored size: 354 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class PhotoSize < Base
        attribute :file_id, Types::String
        attribute :file_unique_id, Types::String
        attribute :width, Types::Integer
        attribute :height, Types::Integer
        attribute? :file_size, Types::Integer
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

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