Skip to content

GramIO API Reference / @gramio/contexts/dist / ChecklistTasksAdded

Class: ChecklistTasksAdded

Defined in: contexts/index.d.ts:2459

Describes a service message about tasks added to a checklist.

Documentation

Constructors

Constructor

new ChecklistTasksAdded(payload): ChecklistTasksAdded

Defined in: contexts/index.d.ts:2461

Parameters

ParameterType
payloadTelegramChecklistTasksAdded

Returns

ChecklistTasksAdded

Properties

PropertyTypeDefined in
payloadTelegramChecklistTasksAddedcontexts/index.d.ts:2460

Accessors

[toStringTag]

Get Signature

get [toStringTag](): string

Defined in: contexts/index.d.ts:2462

Returns

string


checklistMessage

Get Signature

get checklistMessage(): Message

Defined in: contexts/index.d.ts:2466

Optional. 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.

Returns

Message


tasks

Get Signature

get tasks(): TelegramChecklistTask[]

Defined in: contexts/index.d.ts:2470

List of tasks added to the checklist

Returns

TelegramChecklistTask[]