Class: TD::Types::MessageContent::ChatChangePhoto
- Inherits:
-
TD::Types::MessageContent
- Object
- Dry::Struct
- Base
- TD::Types::MessageContent
- TD::Types::MessageContent::ChatChangePhoto
- Defined in:
- lib/tdlib/types/message_content/chat_change_photo.rb
Overview
An updated chat photo.
Instance Attribute Summary collapse
-
#photo ⇒ TD::Types::ChatPhoto
New chat photo.
Method Summary
Methods inherited from Base
Instance Attribute Details
#photo ⇒ TD::Types::ChatPhoto
New chat photo.
5 6 7 |
# File 'lib/tdlib/types/message_content/chat_change_photo.rb', line 5 def photo @photo end |