[MM-9937] Add support for sending a message to a different channel than where the slash command was issued from (#9878)
* add support for channel_id in a slash command response * add test for HandleCommandResponsePost
Этот коммит содержится в:
коммит произвёл
Hanzei
родитель
8d7cb44f30
Коммит
f94567c97b
@@ -21,6 +21,7 @@ type CommandResponse struct {
|
||||
ResponseType string `json:"response_type"`
|
||||
Text string `json:"text"`
|
||||
Username string `json:"username"`
|
||||
ChannelId string `json:"channel_id"`
|
||||
IconURL string `json:"icon_url"`
|
||||
Type string `json:"type"`
|
||||
Props StringInterface `json:"props"`
|
||||
|
||||
Ссылка в новой задаче
Block a user