Interface ChatEventHasProtectedContentToggled

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

interface ChatEventHasProtectedContentToggled {
    @type: "chatEventHasProtectedContentToggled";
    has_protected_content?: boolean;
}

Properties

@type: "chatEventHasProtectedContentToggled"
has_protected_content?: boolean

New value of has_protected_content.