Skip to content

Commit

Permalink
Merge pull request #1256 from IbirbyZh/add-edited-to-the-app-mention-…
Browse files Browse the repository at this point in the history
…event

Edited field in the app mention event
  • Loading branch information
parsley42 committed Feb 10, 2024
2 parents 15f367e + e821170 commit 687e2d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions slackevents/inner_events.go
Expand Up @@ -28,6 +28,9 @@ type AppMentionEvent struct {

// BotID is filled out when a bot triggers the app_mention event
BotID string `json:"bot_id,omitempty"`

// When the app is mentioned in the edited message
Edited *Edited `json:"edited,omitempty"`
}

// AppHomeOpenedEvent Your Slack app home was opened.
Expand Down

0 comments on commit 687e2d3

Please sign in to comment.