commit 0e457dc3fed3d7add048add97c1e62459937186f
Author: Thracky <thracky@gmail.com>
Date: Wed Aug 16 15:27:18 2017 +0000
diff --git a/matterhook/matterhook.go b/matterhook/matterhook.go
index a269080..b049d84 100644
--- a/matterhook/matterhook.go
+++ b/matterhook/matterhook.go
@@ -436 +437 @@ type IMessage struct {
ServiceId string `schema:"service_id"`
Text string `schema:"text"`
TriggerWord string `schema:"trigger_word"`
+ FileIDs string `schema:"file_ids"`
}
// Client for Mattermost.