InputChatTheme

class pyrogram.raw.types.InputChatTheme

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

Constructor of InputChatTheme.

Details:
  • Layer: 223

  • ID: C93DE95C

Parameters:

emoticon (str) – The emoji.

TL Schema

inputChatTheme#c93de95c
emoticon:string

= InputChatTheme

Parameter Tree

InputChatTheme
└── emoticonstring

Example

InputChatTheme(
    emoticon="text",
)