Layer 220
HelpPeerColorSet
Represents a color palette that can be used in message accents.
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. |
Returns
help.PeerColorSetGogram Example
// Creating HelpPeerColorSet constructor obj := &tg.HelpPeerColorSet{ Colors: []int{}, }