Skip to content

Commit

Permalink
Merge pull request #965 from ShamanR/master
Browse files Browse the repository at this point in the history
fix block_context.go doc link
  • Loading branch information
kanata2 committed Sep 7, 2021
2 parents d04874f + 36120a3 commit a3b80f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block_context.go
Expand Up @@ -3,7 +3,7 @@ package slack
// ContextBlock defines data that is used to display message context, which can
// include both images and text.
//
// More Information: https://api.slack.com/reference/messaging/blocks#actions
// More Information: https://api.slack.com/reference/messaging/blocks#context
type ContextBlock struct {
Type MessageBlockType `json:"type"`
BlockID string `json:"block_id,omitempty"`
Expand Down

0 comments on commit a3b80f3

Please sign in to comment.