InputChecklist
interfaceDescribes a checklist to create.
Declaration
interface InputChecklist Properties
others_can_add_tasks?: boolean;Optional. Pass True if other users can add tasks to the checklist
others_can_mark_tasks_as_done?: boolean;Optional. Pass True if other users can mark tasks as done or not done in the checklist
parse_mode?: string;Optional. Mode for parsing entities in the title. See formatting options for more details.
title_entities?: MessageEntity[];Optional. List of special entities that appear in the title, which can be specified instead of parse_mode. Currently, only bold, italic, underline, strikethrough, spoiler, custom_emoji, and date_time entities are allowed.