Class: TD::Types::ChatPhotos

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

Overview

Contains a list of chat or user profile photos.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#photosArray<TD::Types::ChatPhoto>

List of photos.

Returns:



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

def photos
  @photos
end

#total_countInteger

Total number of photos.

Returns:

  • (Integer)

    the current value of total_count



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

def total_count
  @total_count
end