Layer 227
HelpPeerColorSetObj
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 HelpPeerColorSetObj constructor obj := &tg.HelpPeerColorSetObj{ Colors: &tg.VectorInt{}, }