InputChatTheme

class pyrogram.raw.base.InputChatTheme

Specifies a chat theme ».

Constructors:

This base type has 3 constructors available.

InputChatTheme

Set an emoji-based chat theme, returned by account.getChatThemes.

InputChatThemeEmpty

Remove any currently configured theme.

InputChatThemeUniqueGift

Set a theme based on an owned collectible gift », returned by account.getUniqueGiftChatThemes.

TL Schema

inputChatTheme#c93de95c
emoticon:string

= InputChatTheme

Parameter Tree

InputChatTheme
└── emoticonstring

Example

InputChatTheme(
    emoticon="text",
)