Class: TD::Types::BackgroundType::ChatTheme
- Inherits:
-
TD::Types::BackgroundType
- Object
- Dry::Struct
- TD::Types::Base
- TD::Types::BackgroundType
- TD::Types::BackgroundType::ChatTheme
- Defined in:
- lib/tdlib/types/background_type/chat_theme.rb
Overview
A background from a chat theme; can be used only as a chat background in channels.
Instance Attribute Summary collapse
-
#theme_name ⇒ TD::Types::String
Name of the chat theme.
Method Summary
Methods inherited from TD::Types::Base
Instance Attribute Details
#theme_name ⇒ TD::Types::String
Name of the chat theme.
5 6 7 |
# File 'lib/tdlib/types/background_type/chat_theme.rb', line 5 def theme_name @theme_name end |