help.peerColorProfileSet
Represents a color palette that can be used in profile pages ».
type tg.HelpPeerColorProfileSet struct { /* ... */ }
Implements help.PeerColorSet.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
PaletteColors | []int | yes | A list of 1-2 colors in RGB format, shown in the color palette settings to describe the current palette. |
BgColors | []int | yes | A list of 1-2 colors in RGB format describing the colors used to generate the actual background used in the profile page. |
StoryColors | []int | yes | A list of 2 colors in RGB format describing the colors of the gradient used for the unread active story indicator around the profile photo. |
References
- Official documentation
- Generated Go reference
- TL definition:
help.peerColorProfileSet#767d61eb