summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--matterhook/matterhook.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/matterhook/matterhook.go b/matterhook/matterhook.go
index a2690806..b049d84d 100644
--- a/matterhook/matterhook.go
+++ b/matterhook/matterhook.go
@@ -43,6 +43,7 @@ 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.