Class: TD::Types::AttachmentMenuBotColor

Inherits:
Base
  • Object
show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#dark_colorInteger

Color in the RGB24 format for dark themes.

Returns:

  • (Integer)

    the current value of dark_color



6
7
8
# File 'lib/tdlib/types/attachment_menu_bot_color.rb', line 6

def dark_color
  @dark_color
end

#light_colorInteger

Color in the RGB24 format for light themes.

Returns:

  • (Integer)

    the current value of light_color



6
7
8
# File 'lib/tdlib/types/attachment_menu_bot_color.rb', line 6

def light_color
  @light_color
end