Layer 227
constructor
starGiftBackground#aff56398 center_color:int edge_color:int text_color:int = StarGiftBackground;

Parameters

Name Type Description
CenterColor int Center color of the background palette, in RGB 24 format.
EdgeColor int Edge color of the background palette, in RGB 24 format.
TextColor int Text color to use on top of the background palette, in RGB 24 format.

Gogram Example

// Creating StarGiftBackgroundObj constructor
obj := &tg.StarGiftBackgroundObj{
    CenterColor: 42,
    EdgeColor: 42,
    TextColor: 42,
}