We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75bda82 commit 197f03bCopy full SHA for 197f03b
1 file changed
source/src/Slackbot.Net.Endpoints/Models/Events/AppMentionEvent.cs
@@ -7,4 +7,6 @@ public class AppMentionEvent : SlackEvent
7
public string Channel { get; set; }
8
public string Ts { get; set; }
9
public string Event_Ts { get; set; }
10
+
11
+ public string Thread_Ts { get; set; }
12
}
0 commit comments