Inumedia / SlackAPI

.NET Implementation of the Slack team communication platform API.
MIT License
452 stars 243 forks source link

Can't add Blocks to a Dialog #235

Closed T-Roth closed 4 years ago

T-Roth commented 4 years ago

In version 1.1.7

The Dialog.Elements property is type Dialog.Element[] so Blocks and other types can not be added to a Dialog. Seems like it should be IElement and abstract Element class should implement "IElement".

T-Roth commented 4 years ago

Looks like Modal supports all the elements and Slack Dialog that this library is currently using does not :(