Skip to content

Commit

Permalink
Add ActionType None
Browse files Browse the repository at this point in the history
  • Loading branch information
mileusna committed Jul 21, 2017
1 parent bed618a commit 2adf5ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions button.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ type ActionType string
const (
Reply = ActionType("reply")
OpenURL = ActionType("open-url")
None = ActionType("none")
)

// TextVAlign for carousel buttons
Expand Down

0 comments on commit 2adf5ba

Please sign in to comment.