ChatTheme
- class pyrogram.raw.types.ChatTheme
A chat theme
Constructor of
ChatTheme.- Details:
Layer:
223ID:
C3DFFC04
- Parameters:
emoticon (
str) – The emoji identifying the chat theme.
TL Schema
chatTheme#c3dffc04
emoticon:string
= ChatTheme
Parameter Tree
ChatTheme
└── emoticon →
stringExample
ChatTheme(
emoticon="text",
)