Documentation - v0.27.1
    Preparing search index...

    Interface ChatActionToggleAutotranslation

    Auto-translation has been toggled

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

    Properties

    Properties

    enabled: boolean

    Whether the chat is now in autotranslation mode

    type: "toggle_autotranslation"