account.GetChatThemes
- class pyrogram.raw.functions.account.GetChatThemes
Get all available chat themes ».
- Details:
Layer:
223ID:
D638DE89
- Parameters:
hash (
int64-bit) – Hash used for caching, for more info click here.- Returns:
TL Schema
account.getChatThemes#d638de89
hash:long
= account.Themes
Parameter Tree
GetChatThemes
└── hash →
longExample
await app.invoke(
GetChatThemes(
hash=0,
)
)