Interface ChatActionSignatureProfilesToggled

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

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

Properties

Properties

new: boolean

Whether signatures are enabled as of this action

type: "signature_profiles_toggled"