account.GetChatThemes

class pyrogram.raw.functions.account.GetChatThemes

Get all available chat themes ».

Details:
  • Layer: 223

  • ID: D638DE89

Parameters:

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

Returns:

account.Themes

TL Schema

account.getChatThemes#d638de89
hash:long

= account.Themes

Parameter Tree

GetChatThemes
└── hashlong

Example

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