Sha256: 75bd3a534e9bc3fd89af6cd34739244ab76f98fbcb50b3a828cbb3475529d9cb

Contents?: true

Size: 223 Bytes

Versions: 2

Compression:

Stored size: 223 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class UserProfilePhotos < Base
        attribute :total_count, Integer
        attribute :photos, [[PhotoSize]]
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
telegram-bot-types-0.6.3 lib/telegram/bot/types/user_profile_photos.rb
telegram-bot-types-0.6.2 lib/telegram/bot/types/user_profile_photos.rb