Represents a list item on Guilded.

See

https://www.guilded.gg/docs/api/listItems/ListItem

Hierarchy

Properties

channelId: string

The ID of the channel the list item belongs to.

completedAt?: string

The date the list item was created.

completedBy?: string

The ID of the user that completed the list item.

createdAt: string

The date the list item was created.

createdBy: string

The ID of the user that created the list item.

createdByWebhookId?: string

The ID of the webhook that created the list item.

id: string

The ID of the list item.

mentions?: APIMentions

The mentions of the list item.

message: string

The message of the list item.

The note of the list item.

parentListItemId?: string

The ID of the parent list item that the list item belongs to.

serverId: string

The ID of the server the list item belongs to.

updatedAt?: string

The date the list item was edited.

updatedBy?: string

The ID of the user that edited the list item.