GramIO API Reference / @gramio/contexts/dist / ChecklistTasksAdded
Class: ChecklistTasksAdded
Defined in: contexts/index.d.ts:1627
Describes a service message about tasks added to a checklist.
Constructors
Constructor
new ChecklistTasksAdded(
payload):ChecklistTasksAdded
Defined in: contexts/index.d.ts:1629
Parameters
| Parameter | Type |
|---|---|
payload | TelegramChecklistTasksAdded |
Returns
ChecklistTasksAdded
Properties
| Property | Type | Defined in |
|---|---|---|
payload | TelegramChecklistTasksAdded | contexts/index.d.ts:1628 |
Accessors
[toStringTag]
Get Signature
get [toStringTag]():
string
Defined in: contexts/index.d.ts:1630
Returns
string
checklistMessage
Get Signature
get checklistMessage():
Message
Defined in: contexts/index.d.ts:1634
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:1638
List of tasks added to the checklist