Layer 220
constructor
help.peerColorSet#26219a58 colors:Vector<int> = help.PeerColorSet;

Parameters

Name Type Description
Colors Vector<int> A list of 1-3 colors in RGB format, describing the accent color.

Gogram Example

// Creating HelpPeerColorSet constructor
obj := &tg.HelpPeerColorSet{
    Colors: []int{},
}