Sha256: ade72b3ddb56624606bbdc180a781af2c4d149e8b9958d7b40fa3bf61fb5dc11

Contents?: true

Size: 202 Bytes

Versions: 21

Compression:

Stored size: 202 Bytes

Contents

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

21 entries across 21 versions & 2 rubygems

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/types/user_profile_photos.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/user_profile_photos.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/user_profile_photos.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/user_profile_photos.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/user_profile_photos.rb
telegram-bot-ruby-0.13.0 lib/telegram/bot/types/user_profile_photos.rb
telegram-bot-ruby-0.12.0 lib/telegram/bot/types/user_profile_photos.rb
telegram-bot-ruby-0.11.0 lib/telegram/bot/types/user_profile_photos.rb
telegram-bot-ruby-0.10.1 lib/telegram/bot/types/user_profile_photos.rb
telegram-bot-ruby-0.10.0 lib/telegram/bot/types/user_profile_photos.rb
telegram-bot-ruby-0.9.1 lib/telegram/bot/types/user_profile_photos.rb
telegram-bot-ruby-0.9.0 lib/telegram/bot/types/user_profile_photos.rb
dialog_bot_ruby-0.8.8 lib/telegram/bot/types/user_profile_photos.rb
dialog_bot_ruby-0.8.7 lib/telegram/bot/types/user_profile_photos.rb
telegram-bot-ruby-0.8.6.1 lib/telegram/bot/types/user_profile_photos.rb
telegram-bot-ruby-0.8.6 lib/telegram/bot/types/user_profile_photos.rb
telegram-bot-ruby-0.8.5 lib/telegram/bot/types/user_profile_photos.rb
telegram-bot-ruby-0.8.4 lib/telegram/bot/types/user_profile_photos.rb
telegram-bot-ruby-0.8.3 lib/telegram/bot/types/user_profile_photos.rb
telegram-bot-ruby-0.8.2 lib/telegram/bot/types/user_profile_photos.rb