Class: TD::Types::MessageContent::ChatSetTheme
- Inherits:
-
TD::Types::MessageContent
- Object
- Dry::Struct
- Base
- TD::Types::MessageContent
- TD::Types::MessageContent::ChatSetTheme
- Defined in:
- lib/tdlib/types/message_content/chat_set_theme.rb
Overview
A theme in the chat has been changed.
Instance Attribute Summary collapse
-
#theme_name ⇒ TD::Types::String
If non-empty, name of a new theme, set for the chat.
Method Summary
Methods inherited from Base
Instance Attribute Details
#theme_name ⇒ TD::Types::String
If non-empty, name of a new theme, set for the chat. Otherwise, chat theme was reset to the default one.
6 7 8 |
# File 'lib/tdlib/types/message_content/chat_set_theme.rb', line 6 def theme_name @theme_name end |