class
Tourmaline::UniqueGiftColors
- Tourmaline::UniqueGiftColors
- Reference
- Object
Overview
This object contains information about the color scheme for a user's name, message replies and link previews based on a unique gift.
Included Modules
- JSON::Serializable
Defined in:
tourmaline/types/api.crConstructors
- .new(model_custom_emoji_id : String, symbol_custom_emoji_id : String, light_theme_main_color : Int32 | Int64, dark_theme_main_color : Int32 | Int64, light_theme_other_colors : Array(Int32 | Int64) = [] of Int32 | Int64, dark_theme_other_colors : Array(Int32 | Int64) = [] of Int32 | Int64)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#dark_theme_main_color : Int32 | Int64
Main color used in dark themes; RGB format
-
#dark_theme_main_color=(dark_theme_main_color : Int32 | Int64)
Main color used in dark themes; RGB format
-
#dark_theme_other_colors : Array(Int32 | Int64)
List of 1-3 additional colors used in dark themes; RGB format
-
#dark_theme_other_colors=(dark_theme_other_colors : Array(Int32 | Int64))
List of 1-3 additional colors used in dark themes; RGB format
-
#light_theme_main_color : Int32 | Int64
Main color used in light themes; RGB format
-
#light_theme_main_color=(light_theme_main_color : Int32 | Int64)
Main color used in light themes; RGB format
-
#light_theme_other_colors : Array(Int32 | Int64)
List of 1-3 additional colors used in light themes; RGB format
-
#light_theme_other_colors=(light_theme_other_colors : Array(Int32 | Int64))
List of 1-3 additional colors used in light themes; RGB format
-
#model_custom_emoji_id : String
Custom emoji identifier of the unique gift's model
-
#model_custom_emoji_id=(model_custom_emoji_id : String)
Custom emoji identifier of the unique gift's model
-
#symbol_custom_emoji_id : String
Custom emoji identifier of the unique gift's symbol
-
#symbol_custom_emoji_id=(symbol_custom_emoji_id : String)
Custom emoji identifier of the unique gift's symbol
Constructor Detail
Instance Method Detail
Main color used in dark themes; RGB format
List of 1-3 additional colors used in dark themes; RGB format
List of 1-3 additional colors used in dark themes; RGB format
Main color used in light themes; RGB format
List of 1-3 additional colors used in light themes; RGB format
List of 1-3 additional colors used in light themes; RGB format
Custom emoji identifier of the unique gift's model
Custom emoji identifier of the unique gift's symbol