Skip to content

GramIO API Reference / gramio/dist / TelegramChecklist

Interface: TelegramChecklist

Defined in: @gramio/types/out/objects.d.ts:1931

Describes a checklist.

Documentation

Properties

PropertyTypeDescriptionDefined in
others_can_add_tasks?trueOptional. True, if users other than the creator of the list can add tasks to the list@gramio/types/out/objects.d.ts:1947
others_can_mark_tasks_as_done?trueOptional. True, if users other than the creator of the list can mark tasks as done or not done@gramio/types/out/objects.d.ts:1951
tasksTelegramChecklistTask[]List of tasks in the checklist@gramio/types/out/objects.d.ts:1943
titlestringTitle of the checklist@gramio/types/out/objects.d.ts:1935
title_entities?TelegramMessageEntity[]Optional. Special entities that appear in the checklist title@gramio/types/out/objects.d.ts:1939