Documentation - v0.27.1
    Preparing search index...

    Interface ChatActionSignaturesToggled

    Signatures were enabled/disabled

    interface ChatActionSignaturesToggled {
        new: boolean;
        old: boolean;
        type: "signatures_toggled";
    }
    Index

    Properties

    Properties

    new: boolean

    New value

    old: boolean

    Old value

    type: "signatures_toggled"