Class: TD::Types::ChatPhoto
- Defined in:
- lib/tdlib/types/chat_photo.rb
Overview
Describes the photo of a chat.
Instance Attribute Summary collapse
-
#big ⇒ TD::Types::File
A big (640x640) chat photo.
-
#small ⇒ TD::Types::File
A small (160x160) chat photo.
Method Summary
Methods inherited from Base
Instance Attribute Details
#big ⇒ TD::Types::File
A big (640x640) chat photo. The file can be downloaded only before the photo is changed.
8 9 10 |
# File 'lib/tdlib/types/chat_photo.rb', line 8 def big @big end |
#small ⇒ TD::Types::File
A small (160x160) chat photo. The file can be downloaded only before the photo is changed.
8 9 10 |
# File 'lib/tdlib/types/chat_photo.rb', line 8 def small @small end |