Skip to content

Commit

Permalink
Merge pull request #1261 from zFlabmonsta/master
Browse files Browse the repository at this point in the history
add deleted timestamp for deleted msg events
  • Loading branch information
parsley42 committed Feb 12, 2024
2 parents 398133c + a31aeaa commit c038c02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions slackevents/inner_events.go
Expand Up @@ -259,6 +259,9 @@ type MessageEvent struct {
PreviousMessage *MessageEvent `json:"previous_message,omitempty"`
Edited *Edited `json:"edited,omitempty"`

// Deleted Message
DeletedTimeStamp string `json:"deleted_ts,omitempty"`

// Message Subtypes
SubType string `json:"subtype,omitempty"`

Expand Down

0 comments on commit c038c02

Please sign in to comment.