Sha256: 00b50254b9ff99cb22d70c1159d02771ccba282c9b8fb409cd67b41ce9334a63

Contents?: true

Size: 233 Bytes

Versions: 8

Compression:

Stored size: 233 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/user_profile_photos.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/user_profile_photos.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/user_profile_photos.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/user_profile_photos.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/user_profile_photos.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/user_profile_photos.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/user_profile_photos.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/user_profile_photos.rb