Class: TD::Types::UserProfilePhotos

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/user_profile_photos.rb

Overview

Contains part of the list of user photos.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#photosArray<TD::Types::UserProfilePhoto>

A list of photos.

Returns:



6
7
8
# File 'lib/tdlib/types/user_profile_photos.rb', line 6

def photos
  @photos
end

#total_countInteger

Total number of user profile photos.

Returns:

  • (Integer)

    the current value of total_count



6
7
8
# File 'lib/tdlib/types/user_profile_photos.rb', line 6

def total_count
  @total_count
end