Skip to content

GramIO API Reference / gramio/dist / TelegramChecklistTasksAdded

Interface: TelegramChecklistTasksAdded

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

Describes a service message about tasks added to a checklist.

Documentation

Properties

PropertyTypeDescriptionDefined in
checklist_message?TelegramMessageOptional. Message containing the checklist to which the tasks were added. 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:2039
tasksTelegramChecklistTask[]List of tasks added to the checklist@gramio/types/out/objects.d.ts:2043