ChatTheme

class pyrogram.raw.types.ChatTheme

A chat theme

Constructor of ChatTheme.

Details:
  • Layer: 223

  • ID: C3DFFC04

Parameters:

emoticon (str) – The emoji identifying the chat theme.

TL Schema

chatTheme#c3dffc04
emoticon:string

= ChatTheme

Parameter Tree

ChatTheme
└── emoticonstring

Example

ChatTheme(
    emoticon="text",
)