Skip to content

Commit

Permalink
[ENH] Add PlainTextInputAction
Browse files Browse the repository at this point in the history
  • Loading branch information
fstojanac committed Oct 22, 2020
1 parent 979a874 commit 0fb11ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions SlackNet/Blocks/PlainTextInput.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ public PlainTextInput() : base("plain_text_input") { }
public DispatchActionConfig DispatchActionConfig { get; set; }
}

[SlackType("plain_text_input")]
public class PlainTextInputAction : BlockAction
{
public string Value { get; set; }
}

[SlackType("plain_text_input")]
public class PlainTextInputValue : ElementValue
{
Expand Down

0 comments on commit 0fb11ae

Please sign in to comment.