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: 223

  • ID: ABCFA9FD

Parameters:

hash (int 32-bit) – Hash used for caching, for more info click here.

Returns:

help.PeerColors

TL Schema

help.getPeerProfileColors#abcfa9fd
hash:int

= help.PeerColors

Parameter Tree

GetPeerProfileColors
└── hashint

Example

await app.invoke(
    GetPeerProfileColors(
        hash=0,
    )
)