help.PeerColorSet

class pyrogram.raw.base.help.PeerColorSet

Contains info about a color palette ».

Constructors:

This base type has 2 constructors available.

help.PeerColorProfileSet

Represents a color palette that can be used in profile pages ».

help.PeerColorSet

Represents a color palette that can be used in message accents ».

TL Schema

help.peerColorSet#26219a58
colors:Vector<int>

= help.PeerColorSet

Parameter Tree

PeerColorSet
└── colorsVector < int >

Example

PeerColorSet(
    colors=[0],
)