Skip to content

GramIO API Reference / gramio/dist / TelegramChecklistTasksDone

Interface: TelegramChecklistTasksDone

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

Describes a service message about checklist tasks marked as done or not done.

Documentation

Properties

PropertyTypeDescriptionDefined in
checklist_message?TelegramMessageOptional. Message containing the checklist whose tasks were marked as done or not done. Note that the Message object in this field will not contain the reply_to_message field even if it itself is a reply.@gramio/types/out/objects.d.ts:2019
marked_as_done_task_ids?number[]Optional. Identifiers of the tasks that were marked as done@gramio/types/out/objects.d.ts:2023
marked_as_not_done_task_ids?number[]Optional. Identifiers of the tasks that were marked as not done@gramio/types/out/objects.d.ts:2027