Interface ChatEventAutomaticTranslationToggled

The has_automatic_translation setting of a channel was toggled. Subtype of ChatEventAction.

interface ChatEventAutomaticTranslationToggled {
    @type: "chatEventAutomaticTranslationToggled";
    has_automatic_translation?: boolean;
}

Properties

@type: "chatEventAutomaticTranslationToggled"
has_automatic_translation?: boolean

New value of has_automatic_translation.