Class: TD::Types::AttachmentMenuBotColor
- Defined in:
- lib/tdlib/types/attachment_menu_bot_color.rb
Overview
Describes a color to highlight a bot added to attachment menu.
Instance Attribute Summary collapse
-
#dark_color ⇒ Integer
Color in the RGB24 format for dark themes.
-
#light_color ⇒ Integer
Color in the RGB24 format for light themes.
Method Summary
Methods inherited from Base
Instance Attribute Details
#dark_color ⇒ Integer
Color in the RGB24 format for dark themes.
6 7 8 |
# File 'lib/tdlib/types/attachment_menu_bot_color.rb', line 6 def dark_color @dark_color end |
#light_color ⇒ Integer
Color in the RGB24 format for light themes.
6 7 8 |
# File 'lib/tdlib/types/attachment_menu_bot_color.rb', line 6 def light_color @light_color end |