forked from lug/matterbridge
Update dependencies/vendor (#1659)
This commit is contained in:
17
vendor/github.com/slack-go/slack/block.go
generated
vendored
17
vendor/github.com/slack-go/slack/block.go
generated
vendored
@@ -9,14 +9,15 @@ package slack
|
||||
type MessageBlockType string
|
||||
|
||||
const (
|
||||
MBTSection MessageBlockType = "section"
|
||||
MBTDivider MessageBlockType = "divider"
|
||||
MBTImage MessageBlockType = "image"
|
||||
MBTAction MessageBlockType = "actions"
|
||||
MBTContext MessageBlockType = "context"
|
||||
MBTFile MessageBlockType = "file"
|
||||
MBTInput MessageBlockType = "input"
|
||||
MBTHeader MessageBlockType = "header"
|
||||
MBTSection MessageBlockType = "section"
|
||||
MBTDivider MessageBlockType = "divider"
|
||||
MBTImage MessageBlockType = "image"
|
||||
MBTAction MessageBlockType = "actions"
|
||||
MBTContext MessageBlockType = "context"
|
||||
MBTFile MessageBlockType = "file"
|
||||
MBTInput MessageBlockType = "input"
|
||||
MBTHeader MessageBlockType = "header"
|
||||
MBTRichText MessageBlockType = "rich_text"
|
||||
)
|
||||
|
||||
// Block defines an interface all block types should implement
|
||||
|
||||
Reference in New Issue
Block a user