Class: TD::Types::Update::ChatPhoto
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::ChatPhoto
- Defined in:
- lib/tdlib/types/update/chat_photo.rb
Overview
A chat photo was changed.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Chat identifier.
-
#photo ⇒ TD::Types::ChatPhotoInfo?
The new chat photo; may be null.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Chat identifier.
6 7 8 |
# File 'lib/tdlib/types/update/chat_photo.rb', line 6 def chat_id @chat_id end |
#photo ⇒ TD::Types::ChatPhotoInfo?
The new chat photo; may be null.
6 7 8 |
# File 'lib/tdlib/types/update/chat_photo.rb', line 6 def photo @photo end |