Available types

Checklist

Describes a checklist.

fields

fieldtyperequireddescription
titlestringrequiredTitle of the checklist
title_entitiesMessageEntity[]optionalOptional. Special entities that appear in the checklist title
tasksChecklistTask[]requiredList of tasks in the checklist
others_can_add_tasksbooleanoptionalOptional. True, if users other than the creator of the list can add tasks to the list
others_can_mark_tasks_as_donebooleanoptionalOptional. True, if users other than the creator of the list can mark tasks as done or not done

import

types.ts
import type { Checklist } from "@yaebal/types";

used by

types