stoiveyp / Slack.NetStandard

.NET Core package that helps with Slack interactions
MIT License
41 stars 16 forks source link

Element "Option" is missing "description" property from Slack specifications #62

Closed zzullick closed 2 years ago

zzullick commented 2 years ago

Hi, thanks for this great library. Just starting to use it and stumbled upon one issue.

I've found the Option element for radio buttons is missing the description property as supported by the Slack specification described @ https://api.slack.com/reference/block-kit/composition-objects#option.

Current Option representation in the library: https://api.slack.com/reference/block-kit/composition-objects#option

stoiveyp commented 2 years ago

Good spot @zzullick - this has been fixed in 3.12.1 and 3.13.0-beta2 👍