A message was sent to a channel

Facts

Works with

RTMEvents API

This event is no longer served. File comments have been phased out in favor of regular messages and threads—read our changelog entry for more information.

{
	"type": "message",
	"subtype": "file_comment",
	"ts": "1361482916.000003",
	"text": "<@cal> commented on a file: ...",
	"file": {},
	"comment": {}
}

A file_comment message is sent when a new comment is added to a file shared into a channel, group or direct message.

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