Interface ChatActionSignaturesToggled

Signatures were enabled/disabled

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

Properties

Properties

new: boolean

New value

old: boolean

Old value

type: "signatures_toggled"