Skip to content

Commit

Permalink
Update pkg/api/message.go
Browse files Browse the repository at this point in the history
Co-authored-by: Pawel Kosiec <pawel.kosiec@gmail.com>
  • Loading branch information
mszostok and pkosiec authored Apr 26, 2024
1 parent 460dcd0 commit 4a516e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/api/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ const (
DefaultMessage MessageType = ""
// BasicCardWithButtonsInSeparateMessage defines a message that should be displayed in plaintext mode supported by the communicator,
// with the buttons sent in a separate interactive message.
//
// It's an ALPHA feature currently available only for the Teams platform. It might be renamed or removed in the future.
// This feature is currently available only for the Teams platform.
BasicCardWithButtonsInSeparateMsg = "basicCardWithButtonsInSeparateMessage"
// BaseBodyWithFilterMessage defines a message that should be displayed in plaintext mode supported by communicator.
// In this form the built-in filter is supported.
Expand Down

0 comments on commit 4a516e7

Please sign in to comment.