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