mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-06-28 17:19:24 +00:00
Sync with mattermost 3.6.0
This commit is contained in:
2
vendor/github.com/mattermost/platform/model/command_response.go
generated
vendored
2
vendor/github.com/mattermost/platform/model/command_response.go
generated
vendored
@ -16,6 +16,8 @@ const (
|
||||
type CommandResponse struct {
|
||||
ResponseType string `json:"response_type"`
|
||||
Text string `json:"text"`
|
||||
Username string `json:"username"`
|
||||
IconURL string `json:"icon_url"`
|
||||
GotoLocation string `json:"goto_location"`
|
||||
Attachments interface{} `json:"attachments"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user