The list item the note belongs to.
The raw data of the list item note.
Readonly clientThe client the data model belongs to.
Optional 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 idThe ID of the structure.
Readonly itemThe list item the note belongs to.
Optional Readonly mentionsThe mentions of the list item note.
Readonly rawThe raw data of the list item note.
The 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