Add new file_ids parameter for Mattermost outgoing webhook (#240)

* Added file_id parameter for outgoing webhook

* Typo in the new fileids field name
This commit is contained in:
Thracky 2017-08-16 15:27:18 -04:00 committed by Wim
parent e77c3eb20a
commit 49ece51167
1 changed files with 1 additions and 0 deletions

View File

@ -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.