plt-2610 allow slash command to override username/icon_url (#4378)

Этот коммит содержится в:
Yusuke Nemoto
2016-11-17 23:19:11 +09:00
коммит произвёл Christopher Speller
родитель 11b0f64c60
Коммит be74ec2241
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@@ -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"`
}