Skip to content

Commit

Permalink
add deleted timestamp for deleted msg events
Browse files Browse the repository at this point in the history
  • Loading branch information
zFlabmonsta committed Feb 12, 2024
1 parent 4160354 commit a31aeaa
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 @@ -256,6 +256,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 a31aeaa

Please sign in to comment.