This PR consist of adding a new field, file_access to the slackevents File Object.
When a slack event is received from a slack connect channel, file data will not be included in the payload and requires an extra step to make API call to fetch the file data i.e. files.info. Slack includes the field file_access to determine this. More info https://api.slack.com/types/file#slack_connect_files
Description
This PR consist of adding a new field,
file_access
to the slackevents File Object.When a slack event is received from a slack connect channel, file data will not be included in the payload and requires an extra step to make API call to fetch the file data i.e.
files.info
. Slack includes the fieldfile_access
to determine this. More info https://api.slack.com/types/file#slack_connect_files