Class: TD::Types::ChatPhotos
- Defined in:
- lib/tdlib/types/chat_photos.rb
Overview
Contains a list of chat or user profile photos.
Instance Attribute Summary collapse
-
#photos ⇒ Array<TD::Types::ChatPhoto>
List of photos.
-
#total_count ⇒ Integer
Total number of photos.
Method Summary
Methods inherited from Base
Instance Attribute Details
#photos ⇒ Array<TD::Types::ChatPhoto>
List of photos.
6 7 8 |
# File 'lib/tdlib/types/chat_photos.rb', line 6 def photos @photos end |
#total_count ⇒ Integer
Total number of photos.
6 7 8 |
# File 'lib/tdlib/types/chat_photos.rb', line 6 def total_count @total_count end |