Class: TD::Types::PushMessageContent::ChatSetTheme
- Inherits:
-
TD::Types::PushMessageContent
- Object
- Dry::Struct
- Base
- TD::Types::PushMessageContent
- TD::Types::PushMessageContent::ChatSetTheme
- Defined in:
- lib/tdlib/types/push_message_content/chat_set_theme.rb
Overview
A chat theme was edited.
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, the chat theme was reset to the default one.
6 7 8 |
# File 'lib/tdlib/types/push_message_content/chat_set_theme.rb', line 6 def theme_name @theme_name end |