Class FileDeletedEvent

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

public class FileDeletedEvent
extends Object
implements Event
The file_deleted event is sent to all connected clients for a workspace when a file is deleted. Unlike most file events, the file property contains a file ID and not a full file object.

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

See Also:
Serialized Form