Skip to content

Commit db51f53

Browse files
author
Simon Oxtoby
committed
Adding Team property to MessageEvent
Resolves #89
1 parent 6f406ce commit db51f53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SlackNet/Events/Messages/MessageEvent.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public class MessageEvent : Event
1313
public string User { get; set; }
1414
public string Text { get; set; }
1515
public string Ts { get; set; }
16+
public string Team { get; set; }
1617
[JsonIgnore]
1718
public DateTime Timestamp => Ts.ToDateTime().GetValueOrDefault();
1819
public string ThreadTs { get; set; }

0 commit comments

Comments
 (0)