Skip to content

Commit

Permalink
Adding Description to block Option
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Oxtoby committed Apr 11, 2021
1 parent 7d54f33 commit 6d0728d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SlackNet/Blocks/Option.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,10 @@ public class Option
/// The string value that will be passed to your app when this option is chosen.
/// </summary>
public string Value { get; set; }

/// <summary>
/// A plain text object that defines a line of descriptive text shown below the text field beside a radio button.
/// </summary>
public PlainText Description { get; set; }
}
}

0 comments on commit 6d0728d

Please sign in to comment.