From 7608b949e19cac6cc8e7e33eb209c3f6ca5357df Mon Sep 17 00:00:00 2001 From: John Simpson Date: Wed, 16 Aug 2017 18:05:09 +0000 Subject: [PATCH] Added file_id parameter for outgoing webhook --- matterhook/matterhook.go | 1 + 1 file changed, 1 insertion(+) diff --git a/matterhook/matterhook.go b/matterhook/matterhook.go index a2690806..6dccfd05 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"` + FileID string `schema:"file_id"` } // Client for Mattermost.