有没有一种方法可以告诉我 whatsapp 中的消息是否被标记(或回复)
is there a way which can tell me if a message in whatsapp was tagged (or replying to)
上下文:
我正在尝试在 whatsapp 上制作一个提醒系统 (TWILIO AUTOPILOT)
以及将任务状态从未完成更改为完成我认为如果用户标记或回复特定提醒会很容易完成。
问题:
如果用户标记或回复消息,有没有办法我可以检索有关该消息的信息,例如 contained
中的文本
图像:
在这种情况下需要输出:
“今日列表:...等等”
这里是 Twilio 开发人员布道者。
恐怕目前无法在 WhatsApp 的 Twilio API 中获得信息。可以看到the extra parameters that you receive in the webhook for a WhatsApp message here,包括ProfileName
、WaId
、Forwarded
、FrequentlyForwarded
、ButtonText
等参数,但与回复消息无关.
上下文: 我正在尝试在 whatsapp 上制作一个提醒系统 (TWILIO AUTOPILOT)
以及将任务状态从未完成更改为完成我认为如果用户标记或回复特定提醒会很容易完成。
问题: 如果用户标记或回复消息,有没有办法我可以检索有关该消息的信息,例如 contained
中的文本图像:
在这种情况下需要输出: “今日列表:...等等”
这里是 Twilio 开发人员布道者。
恐怕目前无法在 WhatsApp 的 Twilio API 中获得信息。可以看到the extra parameters that you receive in the webhook for a WhatsApp message here,包括ProfileName
、WaId
、Forwarded
、FrequentlyForwarded
、ButtonText
等参数,但与回复消息无关.