help.GetPeerProfileColors
- class pyrogram.raw.functions.help.GetPeerProfileColors
Get the set of accent color palettes » that can be used in profile page backgrounds.
- Details:
Layer:
223ID:
ABCFA9FD
- Parameters:
hash (
int32-bit) – Hash used for caching, for more info click here.- Returns:
TL Schema
help.getPeerProfileColors#abcfa9fd
hash:int
= help.PeerColors
Parameter Tree
GetPeerProfileColors
└── hash →
intExample
await app.invoke(
GetPeerProfileColors(
hash=0,
)
)