fix(09-04): fix Delete Batch Select Message chatId reference
Reference Prepare Immediate Batch Exec directly for chatId/messageId instead of $json which is the Telegram response from previous node. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -5724,8 +5724,8 @@
|
|||||||
"parameters": {
|
"parameters": {
|
||||||
"resource": "message",
|
"resource": "message",
|
||||||
"operation": "deleteMessage",
|
"operation": "deleteMessage",
|
||||||
"chatId": "={{ $json.chatId }}",
|
"chatId": "={{ $(\"Prepare Immediate Batch Exec\").item.json.chatId }}",
|
||||||
"messageId": "={{ $json.messageId }}"
|
"messageId": "={{ $(\"Prepare Immediate Batch Exec\").item.json.messageId }}"
|
||||||
},
|
},
|
||||||
"id": "telegram-delete-batch-select-message",
|
"id": "telegram-delete-batch-select-message",
|
||||||
"name": "Delete Batch Select Message",
|
"name": "Delete Batch Select Message",
|
||||||
|
|||||||
Reference in New Issue
Block a user