Class FileCommentAddedEvent

java.lang.Object
com.slack.api.model.event.FileCommentAddedEvent
All Implemented Interfaces:
Event, Serializable

@Deprecated public class FileCommentAddedEvent extends Object implements Event
Deprecated.
The file_comment_added event is sent when a comment is added to file. It is sent to all connected clients for users who can see the file. Clients can use this notification to show comments in real-time for open files.

The file property includes the file ID, as well as a top-level file_id. To obtain additional information about the file, use the files.info API method.

https://api.slack.com/events/file_comment_added

See Also: