Layer 220
constructor
messageActionSetChatTheme#b91bbd3a theme:ChatTheme = MessageAction;

Parameters

Name Type Description
Theme ChatTheme The new chat theme.

Returns

MessageAction

Gogram Example

// Creating MessageActionSetChatTheme constructor
obj := &tg.MessageActionSetChatTheme{
    Theme: &tg.ChatTheme{},
}