Layer 220
constructor
chatTheme#c3dffc04 emoticon:string = ChatTheme;

Parameters

Name Type Description
Emoticon string The emoji identifying the chat theme.

Returns

ChatTheme

Gogram Example

// Creating ChatTheme constructor
obj := &tg.ChatTheme{
    Emoticon: "...",
}