We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebd2b83 + ccd538b commit d46739aCopy full SHA for d46739a
1 file changed
source/src/Slackbot.Net.Endpoints/Models/Interactive/BlockActions/BlockAction.cs
@@ -22,4 +22,5 @@ public class SlackInputValue
22
{
23
public string Type { get; set; }
24
public Option Selected_option { get; set; }
25
+ public string Value { get; set; }
26
}
0 commit comments