interface RawModMacro {
    appprove: boolean;
    archivemodmail: boolean;
    ban: boolean;
    distinguish: boolean;
    highlightmodmail: boolean;
    lockthread: boolean;
    mute: boolean;
    remove: boolean;
    sticky: boolean;
    text: string;
    title: string;
}

Properties

appprove: boolean

If true, the item will be approved

archivemodmail: boolean

If true, the modmail thread will be archived

ban: boolean

If true, the user will be permanently banned

distinguish: boolean

If true, the reply comment will be distinguished

highlightmodmail: boolean

If true, the modmail thread will be highlighted

lockthread: boolean

If true, the submission will be locked

mute: boolean

If true, the user will be muted from modmail

remove: boolean

If true, the item will be removed

sticky: boolean

If true, the reply comment will be stickied

text: string

Text of the macro, left as a reply to the user (may include tokens)

title: string

Title of the macro, only seen by mods