Layer 227
constructor
help.peerColors#f8ed08 hash:int colors:Vector<help.PeerColorOption> = help.PeerColors;

Parameters

Name Type Description
Hash int Hash used for caching, for more info click here
Colors Vector < help.PeerColorOption > Usable color palettes.

Returns

help.PeerColors

Gogram Example

// Creating HelpPeerColorsObj constructor
obj := &tg.HelpPeerColorsObj{
    Hash: 42,
    Colors: &tg.VectorHelpPeerColorOption{},
}