Sha256: 8c5fb6e0312f17a56bc3ecdea3c95ec8718d142e60d9e623add3b7179821a8ac

Contents?: true

Size: 192 Bytes

Versions: 4

Compression:

Stored size: 192 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
telegram-bot-types-0.6.1 lib/telegram/bot/types/user_profile_photos.rb
telegram-bot-types-0.6.0 lib/telegram/bot/types/user_profile_photos.rb
telegram-bot-types-0.5.0 lib/telegram/bot/types/user_profile_photos.rb
telegram-bot-types-0.4.1 lib/telegram/bot/types/user_profile_photos.rb