The list item the note belongs to.
The raw data of the list item note.
Readonly clientOptional Readonly contentThe content of the list item note.
Readonly createdThe date the list item note was created.
Readonly createdThe ID of the user that created the list item note.
Optional Readonly editedThe date the list item note was edited.
Optional Readonly editedThe ID of the user that edited the list item note.
Readonly idReadonly itemOptional Readonly mentionsThe mentions of the list item note.
Readonly rawThe server member that created the list item note.
The timestamp the list item note was created.
The timestamp the list item note was edited.
The server member that edited the list item note.
Fetch the server member that created the list item note.
The fetched server member.
note.fetchAuthor();
Optional options: FetchOptionsThe options to fetch the server member with.
Fetch the server member that edited the list item note.
The fetched server member.
note.fetchEditor();
Optional options: FetchOptionsThe options to fetch the server member with.
Represents a list item note on Guilded.
Example