Class ListItemNote

Represents a list item note on Guilded.

Example

new ListItemNote(item, rawListItemNote);

Hierarchy

Constructors

Properties

client: Client

The client the data model belongs to.

content?: string

The content of the list item note.

createdAt: Date

The date the list item note was created.

createdBy: string

The ID of the user that created the list item note.

editedAt?: Date

The date the list item note was edited.

editedBy?: string

The ID of the user that edited the list item note.

id: string

The ID of the structure.

item: ListItem

The list item the note belongs to.

mentions?: APIMentions

The mentions of the list item note.

The raw data of the list item note.

Accessors

Methods