noobot / SlackConnector

A simple to use connector/client for the Slack API in C#
http://github.com/noobot
MIT License
73 stars 44 forks source link

Adds `footer` and `footer_icon` to message attachment model #82

Closed danieljoos closed 6 years ago

danieljoos commented 6 years ago

This add the properties footer and footer_icon to the message attachment model. Description of both can be found in the Slack documentation: https://api.slack.com/docs/message-attachments

Adapted the serialization unit test accordingly.

Workshop2 commented 6 years ago

Thanks @danieljoos