Skip to content

Commit 197f03b

Browse files
committed
Add thread_ts to app_mention
1 parent 75bda82 commit 197f03b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/src/Slackbot.Net.Endpoints/Models/Events/AppMentionEvent.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ public class AppMentionEvent : SlackEvent
77
public string Channel { get; set; }
88
public string Ts { get; set; }
99
public string Event_Ts { get; set; }
10+
11+
public string Thread_Ts { get; set; }
1012
}

0 commit comments

Comments
 (0)