Layer 220
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 HelpPeerColors constructor
obj := &tg.HelpPeerColors{
    Hash: 0,
    Colors: []tg.HelpPeerColorOption{&tg.HelpPeerColorOption{}},
}