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.
Constructors
Constructor
new ChecklistTasksAdded(
payload):ChecklistTasksAdded
Defined in: contexts/index.d.ts:2461
Parameters
| Parameter | Type |
|---|---|
payload | TelegramChecklistTasksAdded |
Returns
ChecklistTasksAdded
Properties
| Property | Type | Defined in |
|---|---|---|
payload | TelegramChecklistTasksAdded | contexts/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
tasks
Get Signature
get tasks():
TelegramChecklistTask[]
Defined in: contexts/index.d.ts:2470
List of tasks added to the checklist