Interface ChatActionHistoryToggled

History visibility for new users has been toggled

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

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"