Interface ActionThemeChanged

Chat theme was changed

interface ActionThemeChanged {
    emoji: string;
    type: "theme_changed";
}

Properties

Properties

emoji: string

Emoji representing the new theme

type: "theme_changed"