Available types

ChecklistTask

Describes a task in a checklist.

fields

fieldtyperequireddescription
idnumberrequiredUnique identifier of the task
textstringrequiredText of the task
text_entitiesMessageEntity[]optionalOptional. Special entities that appear in the task text
completed_by_userUseroptionalOptional. User that completed the task; omitted if the task wasn't completed by a user
completed_by_chatChatoptionalOptional. Chat that completed the task; omitted if the task wasn't completed by a chat
completion_datenumberoptionalOptional. Point in time (Unix timestamp) when the task was completed; 0 if the task wasn't completed

import

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

used by

types