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

Parameters

Name Type Description
CenterColor int
EdgeColor int
TextColor int

Gogram Example

// Creating StarGiftBackground constructor
obj := &tg.StarGiftBackground{
    CenterColor: 0,
    EdgeColor: 0,
    TextColor: 0,
}