GramIO API Reference / gramio/dist / TelegramChecklist
Interface: TelegramChecklist
Defined in: @gramio/types/out/objects.d.ts:1931
Describes a checklist.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
others_can_add_tasks? | true | Optional. 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? | true | Optional. 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 |
tasks | TelegramChecklistTask[] | List of tasks in the checklist | @gramio/types/out/objects.d.ts:1943 |
title | string | Title 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 |