plt-2610 allow slash command to override username/icon_url (#4378)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
11b0f64c60
Коммит
be74ec2241
@@ -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"`
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user