Skip to content

Commit

Permalink
Add thread_ts to app_mention
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkors committed Mar 23, 2023
1 parent 75bda82 commit 197f03b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ public class AppMentionEvent : SlackEvent
public string Channel { get; set; }
public string Ts { get; set; }
public string Event_Ts { get; set; }

public string Thread_Ts { get; set; }
}

0 comments on commit 197f03b

Please sign in to comment.