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