app.on("typing", …) for inbound typing.
iMessage supports conversation-level typing. WhatsApp Business uses message-scoped read/typing on the Cloud API — conversation-level typing() is not supported there.Send start and stop typing signals.
app.on("typing", …) for inbound typing.
iMessage supports conversation-level typing. WhatsApp Business uses message-scoped read/typing on the Cloud API — conversation-level typing() is not supported there.