Skip to content

Commit 282d29e

Browse files
zFlabmonstagautamr95
authored andcommitted
add file access field to file struct for slackevents (slack-go#1312)
1 parent 961d349 commit 282d29e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

slackevents/inner_events.go

+1
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ type File struct {
472472
DisplayAsBot bool `json:"display_as_bot"`
473473
Username string `json:"username"`
474474
URLPrivate string `json:"url_private"`
475+
FileAccess string `json:"file_access"`
475476
URLPrivateDownload string `json:"url_private_download"`
476477
Thumb64 string `json:"thumb_64"`
477478
Thumb80 string `json:"thumb_80"`

0 commit comments

Comments
 (0)