InputChatTheme
- class pyrogram.raw.types.InputChatTheme
Set an emoji-based chat theme, returned by account.getChatThemes.
Constructor of
InputChatTheme.- Details:
Layer:
223ID:
C93DE95C
- Parameters:
emoticon (
str) – The emoji.
TL Schema
inputChatTheme#c93de95c
emoticon:string
= InputChatTheme
Parameter Tree
InputChatTheme
└── emoticon →
stringExample
InputChatTheme(
emoticon="text",
)