Skip to content

Commit

Permalink
Add new interaction type for block actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alyosha authored and james-lawrence committed Jun 2, 2019
1 parent 47d47f1 commit b3710d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interactions.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const (
InteractionTypeDialogSuggestion = InteractionType("dialog_suggestion")
InteractionTypeInteractionMessage = InteractionType("interactive_message")
InteractionTypeMessageAction = InteractionType("message_action")
InteractionTypeBlockActions = InteractionType("block_actions")
)

// InteractionCallback is sent from slack when a user interactions with a button or dialog.
Expand Down

0 comments on commit b3710d5

Please sign in to comment.