stoiveyp / Slack.NetStandard

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

Update UpdateMessageRequest to have a Blocks list #19

Closed rasmuskl closed 4 years ago

rasmuskl commented 4 years ago

PostMessageRequest has Blocks initialized to a list so it can be easily added to through RequestMessageBase. UpdateMessageRequest doesn't.

Another option could be do inherit from MessageRequestBase but I guess not all properties are shared.