Raw data for a single usernote

interface RawUsernotesNote {
    l?: string;
    m: number;
    n: string;
    t: number;
    w?: number;
}

Properties

l? m n t w?

Properties

l?: string

Permalink of note context, in shortened format

m: number

Index in constants.users of moderator who left this note

n: string

Note text

t: number

Timestamp (seconds since epoch)

w?: number

Index in constants.warnings of this note's type's key