Skip to content

Commit

Permalink
Add Files field related to FileInput element in the BlockAction
Browse files Browse the repository at this point in the history
  • Loading branch information
elct9620 committed Dec 21, 2023
1 parent 2a4205d commit 59faa0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions block.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ type BlockAction struct {
Type ActionType `json:"type"`
Text TextBlockObject `json:"text"`
Value string `json:"value"`
Files []File `json:"files"`
ActionTs string `json:"action_ts"`
SelectedOption OptionBlockObject `json:"selected_option"`
SelectedOptions []OptionBlockObject `json:"selected_options"`
Expand Down

0 comments on commit 59faa0e

Please sign in to comment.