Sent when typing indicator is turned on or off by the bot for the webhook integration
You can subscribe to typing
indicator on
and off
events.
Use-cases:
- creating your own custom app integration
- testing and other advanced use-cases
Webhook integration-only
Only messages received or sent to the
webhook
integration will be delivered to this webhook.
{
"status": "on",
"user_id": "roger.waters",
"sender": "bot",
"timestamp": 1487101588.73427,
"type": "typing",
"bot_id": "BJty7evfw2b"
}
{
"status": "off",
"user_id": "roger.waters",
"sender": "bot",
"timestamp": 1487101588.395739,
"type": "typing",
"bot_id": "BJty7evfw2b"
}