Documentation - v0.27.1
    Preparing search index...

    Interface ChatActionSignatureProfilesToggled

    Profile signatures were toggled in a channel ("Super Channel" mode)

    interface ChatActionSignatureProfilesToggled {
        new: boolean;
        type: "signature_profiles_toggled";
    }
    Index

    Properties

    Properties

    new: boolean

    Whether signatures are enabled as of this action

    type: "signature_profiles_toggled"