jammerware / margiebot

MargieBot is a .NET library designed to make building bots for Slack fast, easy, and fun.
MIT License
122 stars 42 forks source link

Added missing message attachment properties #12

Closed cjzzz closed 8 years ago

cjzzz commented 8 years ago

Properties added: thumb_url, author_name, author_link, and author_icon

Added message text formatting flags to allow Slack message formatting in the pretext field, text field, and value property of attachment fields. (Reference: https://api.slack.com/docs/formatting#message_formatting)

Added documentation to each of the properties.