File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,13 @@ package slack
4
4
//
5
5
// More Information: https://api.slack.com/reference/block-kit/blocks#input
6
6
type InputBlock struct {
7
- Type MessageBlockType `json:"type"`
8
- BlockID string `json:"block_id,omitempty"`
9
- Label * TextBlockObject `json:"label"`
10
- Element BlockElement `json:"element"`
11
- Hint * TextBlockObject `json:"hint,omitempty"`
12
- Optional bool `json:"optional,omitempty"`
7
+ Type MessageBlockType `json:"type"`
8
+ BlockID string `json:"block_id,omitempty"`
9
+ Label * TextBlockObject `json:"label"`
10
+ Element BlockElement `json:"element"`
11
+ Hint * TextBlockObject `json:"hint,omitempty"`
12
+ Optional bool `json:"optional,omitempty"`
13
+ DispatchAction bool `json:"dispatch_action,omitempty"`
13
14
}
14
15
15
16
// BlockType returns the type of the block
You can’t perform that action at this time.
0 commit comments