Sha256: 4823aaa82c254876cc8a74594457379211a9f0f595a7b5f791ba2c9090fcd08c

Contents?: true

Size: 260 Bytes

Versions: 6

Compression:

Stored size: 260 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class UserProfilePhotos < Base
        attribute :total_count, Types::Integer
        attribute :photos, Types::Array.of(Types::Array.of(PhotoSize))
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

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