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

Parameters

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

Returns

ChatTheme

Gogram Example

// Creating ChatThemeObj constructor
obj := &tg.ChatThemeObj{
    Emoticon: "Hello, World!",
}