Documentation - v0.27.1
    Preparing search index...

    Interface ChatActionHistoryToggled

    History visibility for new users has been toggled

    interface ChatActionHistoryToggled {
        new: boolean;
        old: boolean;
        type: "history_toggled";
    }
    Index

    Properties

    Properties

    new: boolean

    New value (false if new users can see history)

    old: boolean

    Old value (false if new users can see history)

    type: "history_toggled"