ChecklistItemChecked

A checked checklist item.

Properties

type: "checked"
DISCRIMINATOR

The type of the checklist item.

id: number

The identifier of the to-do item.

text: string

The item’s text.

entities?: MessageEntity[]

The entities of the text.

checkedAt: number

A point in time in which the checklist item was checked.

checkedBy: User

The user who checked the item.