feat: add quotedMessage to payload in sendMessageToBot on N8N

This commit is contained in:
Jonatas 2025-11-18 23:52:36 -03:00
parent df20c5fc93
commit e5a249109c

View File

@ -51,6 +51,7 @@ export class N8nService extends BaseChatbotService<N8n, N8nSetting> {
pushName: pushName,
keyId: msg?.key?.id,
fromMe: msg?.key?.fromMe,
quotedMessage: msg?.contextInfo?.quotedMessage,
instanceName: instance.instanceName,
serverUrl: this.configService.get<HttpServer>('SERVER').URL,
apiKey: instance.token,