Skip to content

Commit

Permalink
add file access field to file struct for slackevents (#1312)
Browse files Browse the repository at this point in the history
  • Loading branch information
zFlabmonsta authored Aug 15, 2024
1 parent 25fefc8 commit 75103a9
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 @@ -465,6 +465,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 75103a9

Please sign in to comment.