account.GetTheme
- class pyrogram.raw.functions.account.GetTheme
Get theme information
- Details:
Layer:
223ID:
3A5869EC
- Parameters:
format (
str) – Theme format, a string that identifies the theming engines supported by the clienttheme (
InputTheme) – Theme
- Returns:
TL Schema
account.getTheme#3a5869ec
format:string
theme:InputTheme
= Theme
Parameter Tree
Example
await app.invoke(
GetTheme(
format="text",
theme=InputTheme(
id=0,
access_hash=0
),
)
)