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

Parameters

Name Type Description
Emoticon string The emoji.

Returns

InputChatTheme

Gogram Example

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