Class FilePublicEvent

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

public class FilePublicEvent extends Object implements Event
The file_public event is sent when a file is made public. It is sent to all connected clients for all users that have permission to see the file. 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_public

See Also:
  • Field Details

  • Constructor Details

    • FilePublicEvent

      public FilePublicEvent()
  • Method Details