Skip to content

Commit

Permalink
Adding ApiAppId to SlashCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Oxtoby committed Aug 29, 2020
1 parent b1b9bb7 commit 696658c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SlackNet/Interaction/SlashCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,7 @@ public class SlashCommand

public string ChannelId { get; set; }
public string ChannelName { get; set; }

public string ApiAppId { get; set; }
}
}

0 comments on commit 696658c

Please sign in to comment.