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