Layer 220
InputChatTheme
Set an emoji-based chat theme, returned by account. get Chat Themes.
constructor
inputChatTheme#c93de95c emoticon:string = InputChatTheme;
Parameters
| Name | Type | Description |
|---|---|---|
| Emoticon | string | The emoji. |
Returns
InputChatThemeGogram Example
// Creating InputChatTheme constructor obj := &tg.InputChatTheme{ Emoticon: "...", }