Skip to content

Commit

Permalink
add file access field to file struct for slackevents (slack-go#1312)
Browse files Browse the repository at this point in the history
  • Loading branch information
zFlabmonsta authored and gautamr95 committed Dec 13, 2024
1 parent be6c2a4 commit c59c0d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slackevents/inner_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ type File struct {
DisplayAsBot bool `json:"display_as_bot"`
Username string `json:"username"`
URLPrivate string `json:"url_private"`
FileAccess string `json:"file_access"`
URLPrivateDownload string `json:"url_private_download"`
Thumb64 string `json:"thumb_64"`
Thumb80 string `json:"thumb_80"`
Expand Down

0 comments on commit c59c0d0

Please sign in to comment.