Skip to content

Commit

Permalink
Removing EventCallback.AuthedUsers
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Oxtoby committed Mar 6, 2021
1 parent 0ce261e commit 08ae694
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions SlackNet/Events/EventCallback.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ public class EventCallback : EventRequest
public string TeamId { get; set; }
public string ApiAppId { get; set; }
public Event Event { get; set; }
/// <summary>
/// Will be deprecated by Slack on February 24, 2021.
/// See <a href="https://api.slack.com/changelog/2020-09-15-events-api-truncate-authed-users">Slack's changelog page</a> for more information.
/// </summary>
[Obsolete("Use Authorizations and AppsEventsAuthorizations.List instead")]
public string[] AuthedUsers { get; set; }
public IList<Authorization> Authorizations { get; set; }
public string EventContext { get; set; }
public string EventId { get; set; }
Expand Down

0 comments on commit 08ae694

Please sign in to comment.