Skip to content

GramIO API Reference / gramio/dist / TelegramChecklist

Interface: TelegramChecklist

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

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:2293
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:2297
tasksTelegramChecklistTask[]List of tasks in the checklist@gramio/types/out/objects.d.ts:2289
titlestringTitle of the checklist@gramio/types/out/objects.d.ts:2281
title_entities?TelegramMessageEntity[]Optional. Special entities that appear in the checklist title@gramio/types/out/objects.d.ts:2285