Layer 220
ChatTheme
A chat theme
constructor
chatTheme#c3dffc04 emoticon:string = ChatTheme;
Parameters
| Name | Type | Description |
|---|---|---|
| Emoticon | string | The emoji identifying the chat theme. |
Returns
ChatThemeGogram Example
// Creating ChatTheme constructor obj := &tg.ChatTheme{ Emoticon: "...", }