A channel member is typing a message

Facts

Works with

RTM
{
	"type": "user_typing",
	"channel": "C123ABC456",
	"user": "U123ABC456"
}

The user_typing event is sent to all members of a channel when a user is typing a message in that channel.

When an event occurs, we will send an HTTP POST request to your Request URL. The outer payload is uniform across all Events API methods, and contains fields like team_id and event. Learn more