Class: TD::Types::Update::ChatThemes
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::ChatThemes
- Defined in:
- lib/tdlib/types/update/chat_themes.rb
Overview
The list of available chat themes has changed.
Instance Attribute Summary collapse
-
#chat_themes ⇒ Array<TD::Types::ChatTheme>
The new list of chat themes.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_themes ⇒ Array<TD::Types::ChatTheme>
The new list of chat themes.
5 6 7 |
# File 'lib/tdlib/types/update/chat_themes.rb', line 5 def chat_themes @chat_themes end |