Class ListItem

Constructors

Properties

channelId: string

The ID of the channel where the list item exists in

client: Client
completedAt?: Date

The date when the list item was completed.

completedBy?: string

The ID of the user who completed the list item.

createdAt: Date

The creation date of the list item.

createdBy: string

The ID of the user who created the list item.

createdByWebhookId?: string

The ID of the webhook who created the list item.

groupId: string

The ID of the group where the list item exists in

id: string

The ID of the list item.

mentions?: MentionsPayload

The mentions of the list item.

message: string

The message of the list item.

The note of the list item.

parentId?: string

The ID of the parent list item of this list item.

serverId: string

The ID of the server where the list item exists in.

updatedAt?: Date

The date when the list item was updated.

updatedBy?: string

The ID of the user who updated the list item.