Interface ChatActionToggleAutotranslation

Auto-translation has been toggled

interface ChatActionToggleAutotranslation {
    enabled: boolean;
    type: "toggle_autotranslation";
}

Properties

Properties

enabled: boolean

Whether the chat is now in autotranslation mode

type: "toggle_autotranslation"