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:
parent
e77c3eb20a
commit
49ece51167
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue