Skip to content

Commit

Permalink
Adding IsExtSharedChannel to EventCallback
Browse files Browse the repository at this point in the history
  • Loading branch information
soxtoby committed Aug 10, 2023
1 parent bb684de commit 0a5c2f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SlackNet/Events/EventCallback.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public class EventCallback : EventRequest
public string TeamId { get; set; }
public string EnterpriseId { get; set; }
public string ApiAppId { get; set; }
public bool IsExtSharedChannel { get; set; }
public Event Event { get; set; }
public IList<Authorization> Authorizations { get; set; }
public string EventContext { get; set; }
Expand Down

0 comments on commit 0a5c2f2

Please sign in to comment.