RocketChat / Rocket.Chat.Go.SDK

Go SDK for REST API and Realtime api
MIT License
60 stars 58 forks source link

Add support for attachments #22

Open drndos opened 5 years ago

drndos commented 5 years ago

Hey guys, this SDK does not support receiving messages with attachments. The Message structure contains attachments but only for PostMessage that is used while posting attachments but not receiving. Do you plan on implementing this feature or should I try to do it ? Thanks