addToChecklist
Add items to a checklist. USER-ONLY
Parameters
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);
Add items to a checklist. USER-ONLY
The identifier of a chat.
The identifier of the checklist message.
The items to add.
await client.addToChecklist(chatId, messageId, items);