Update dependencies and build to go1.22 (#2113)
* Update dependencies and build to go1.22 * Fix api changes wrt to dependencies * Update golangci config
This commit is contained in:
2
vendor/github.com/slack-go/slack/block.go
generated
vendored
2
vendor/github.com/slack-go/slack/block.go
generated
vendored
@@ -18,6 +18,7 @@ const (
|
||||
MBTInput MessageBlockType = "input"
|
||||
MBTHeader MessageBlockType = "header"
|
||||
MBTRichText MessageBlockType = "rich_text"
|
||||
MBTVideo MessageBlockType = "video"
|
||||
)
|
||||
|
||||
// Block defines an interface all block types should implement
|
||||
@@ -39,6 +40,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"`
|
||||
|
||||
Reference in New Issue
Block a user