InputChatTheme
- class pyrogram.raw.base.InputChatTheme
Specifies a chat theme ».
- Constructors:
This base type has 3 constructors available.
Set an emoji-based chat theme, returned by account.getChatThemes.
Remove any currently configured theme.
Set a theme based on an owned collectible gift », returned by account.getUniqueGiftChatThemes.
TL Schema
inputChatTheme#c93de95c
emoticon:string
= InputChatTheme
Parameter Tree
InputChatTheme
└── emoticon →
stringExample
InputChatTheme(
emoticon="text",
)