Skip to content

Commit

Permalink
Add "edited" field to the app mention event
Browse files Browse the repository at this point in the history
  • Loading branch information
zhshishkin committed Feb 1, 2024
1 parent 86cd1bd commit e821170
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions slackevents/inner_events.go
Original file line number Diff line number Diff line change
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 e821170

Please sign in to comment.