The list channel the item belongs to.
The raw data of the list item.
Optional
cache: booleanWhether to cache the list item.
Readonly
channelReadonly
channelThe ID of the channel the list item belongs to.
Readonly
clientOptional
Readonly
completedThe date the list item was completed.
Optional
Readonly
completedThe ID of the user that completed the list item.
Readonly
createdThe date the list item was created.
Readonly
createdThe ID of the user that created the list item.
Optional
Readonly
createdThe ID of the webhook that created the list item.
Optional
Readonly
editedThe date the list item was edited.
Optional
Readonly
editedThe ID of the user that edited the list item.
Readonly
idOptional
Readonly
mentionsThe mentions of the list item.
Readonly
messageThe message of the list item.
Optional
Readonly
noteThe note of the list item.
Optional
Readonly
parentThe ID of the list item the list item belongs to.
Readonly
rawReadonly
serverThe ID of the server the list item belongs to.
The server member that created the list item.
The ID of the user that created the list item.
The timestamp the list item was completed.
The server member that completed the list item.
The timestamp the list item was created.
The timestamp the list item was edited.
The server member that edited the list item.
Whether the list item is cached.
Whether the list item is completed.
Whether the list item is editable.
Fetch the list item.
The fetched list item.
listItem.fetch();
Optional
options: FetchOptionsThe options to fetch the list item with.
Fetch the server member that created the list item.
The fetched server member.
listItem.fetchAuthor();
Optional
options: FetchOptionsThe options to fetch the server member with.
Fetch the server member that completed the list item.
The fetched server member.
listItem.fetchCompleter();
Optional
options: FetchOptionsThe options to fetch the server member with.
Fetch the server member that edited the list item.
The fetched server member.
listItem.fetchEditor();
Optional
options: FetchOptionsThe options to fetch the server member with.
Fetch the list item the list item belongs to.
The fetched list item.
listItem.fetchParent();
Optional
options: FetchOptionsThe options to fetch the list item with.
Fetch the server the list item belongs to.
The fetched server.
listItem.fetchServer();
Optional
options: FetchOptionsThe options to fetch the server with.
Fetch the webhook that created the list item.
The fetched webhook.
listItem.fetchWebhook();
Optional
options: FetchOptionsThe options to fetch the webhook with.
Represents a list item on Guilded.
Example