Skip to content

Commit

Permalink
fix block_context.go doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Lakosnikov committed Aug 19, 2021
1 parent 17d1f5c commit 36120a3
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 36120a3

Please sign in to comment.