addToChecklist

Add items to a checklist. USER-ONLY

Parameters

chatId: ID

The identifier of a chat.

messageId: number

The identifier of the checklist message.

The items to add.

Result

void

Syntax

await client.addToChecklist(chatId, messageId, items);