interface RawRemovalReason {
    flairCSS: string;
    flairText: string;
    removeComments: boolean;
    removePosts: boolean;
    text: string;
    title: string;
}

Properties

flairCSS: string

CSS class of a flair to assign to submissions removed with this reason, or an empty string for none

flairText: string

Text of a flair to assign to submissions removed with this reason, or an empty string for none

removeComments: boolean

If true, this reason applies to comments

removePosts: boolean

If true, this reason applies to submissions

text: string

Text of the removal message to include in the removal message to the user (may include tokens)

title: string

Title of the removal reason, only seen by mods