help.PeerColorSet
- class pyrogram.raw.base.help.PeerColorSet
Contains info about a color palette ».
- Constructors:
This base type has 2 constructors available.
Represents a color palette that can be used in profile pages ».
Represents a color palette that can be used in message accents ».
TL Schema
help.peerColorSet#26219a58
colors:Vector<int>
= help.PeerColorSet
Parameter Tree
PeerColorSet
└── colors →
Vector < int >Example
PeerColorSet(
colors=[0],
)