Layer 220
MessageActionSetChatTheme
The chat theme was changed
constructor
messageActionSetChatTheme#b91bbd3a theme:ChatTheme = MessageAction;
Parameters
| Name | Type | Description |
|---|---|---|
| Theme | ChatTheme | The new chat theme. |
Returns
MessageActionGogram Example
// Creating MessageActionSetChatTheme constructor obj := &tg.MessageActionSetChatTheme{ Theme: &tg.ChatTheme{}, }