Edit

holds information about a single paste edit

Members

Variables

edit
string edit;

actual edit, usually stores the old data

editId
ulong editId;

edit id, multiple edits can share the same id to show that multiple properties were edited at the same time

editType
EditType editType;

type of edit

editedAt
ulong editedAt;

unix time of when the edit was done

metadata
string[] metadata;

various metadata, most used case is for storing which pasty was edited

uniqueId
string uniqueId;

unique id of the edit

Meta