ChatTheme

class pyrogram.raw.base.ChatTheme

A chat theme

Constructors:

This base type has 2 constructors available.

ChatTheme

A chat theme

ChatThemeUniqueGift

A chat theme based on a collectible gift ».

TL Schema

chatTheme#c3dffc04
emoticon:string

= ChatTheme

Parameter Tree

ChatTheme
└── emoticonstring

Example

ChatTheme(
    emoticon="text",
)