Class: TD::Types::ThemeSettings
- Defined in:
- lib/tdlib/types/theme_settings.rb
Overview
Describes theme settings.
Instance Attribute Summary collapse
-
#accent_color ⇒ Integer
Theme accent color in ARGB format.
-
#animate_outgoing_message_fill ⇒ Boolean
If true, the freeform gradient fill needs to be animated on every sent message.
-
#background ⇒ TD::Types::Background?
The background to be used in chats; may be null.
-
#outgoing_message_accent_color ⇒ Integer
Accent color of outgoing messages in ARGB format.
-
#outgoing_message_fill ⇒ TD::Types::BackgroundFill
The fill to be used as a background for outgoing messages.
Method Summary
Methods inherited from Base
Instance Attribute Details
#accent_color ⇒ Integer
Theme accent color in ARGB format.
10 11 12 |
# File 'lib/tdlib/types/theme_settings.rb', line 10 def accent_color @accent_color end |
#animate_outgoing_message_fill ⇒ Boolean
If true, the freeform gradient fill needs to be animated on every sent message.
10 11 12 |
# File 'lib/tdlib/types/theme_settings.rb', line 10 def @animate_outgoing_message_fill end |
#background ⇒ TD::Types::Background?
The background to be used in chats; may be null.
10 11 12 |
# File 'lib/tdlib/types/theme_settings.rb', line 10 def background @background end |
#outgoing_message_accent_color ⇒ Integer
Accent color of outgoing messages in ARGB format.
10 11 12 |
# File 'lib/tdlib/types/theme_settings.rb', line 10 def @outgoing_message_accent_color end |
#outgoing_message_fill ⇒ TD::Types::BackgroundFill
The fill to be used as a background for outgoing messages.
10 11 12 |
# File 'lib/tdlib/types/theme_settings.rb', line 10 def @outgoing_message_fill end |