Layer 224
constructor
inputChatTheme#c93de95c emoticon:string = InputChatTheme;

Parameters

Name Type Description
Emoticon string The emoji.

Returns

InputChatTheme

Gogram Example

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