Layer 220
HelpGetPeerProfileColors
Get the set of accent color palettes that can be used in profile page backgrounds.
method
Users
help.getPeerProfileColors#abcfa9fd hash:int = help.PeerColors;
Parameters
| Name | Type | Description |
|---|---|---|
| Hash | int | Hash used for caching, for more info click here. |
Returns
help.PeerColorsGogram Example
// HelpGetPeerProfileColors - positional arguments result, err := client.HelpGetPeerProfileColors(0) if err != nil { // handle error } // result is *tg.HelpPeerColors