From b1a7c1acf139efbb5312b4aa939bd94155e6a9e6 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Sat, 9 Jan 2016 08:54:07 -0600 Subject: adding different commands --- model/command_response.go | 1 + 1 file changed, 1 insertion(+) (limited to 'model') diff --git a/model/command_response.go b/model/command_response.go index 001384864..9314f38ef 100644 --- a/model/command_response.go +++ b/model/command_response.go @@ -16,6 +16,7 @@ const ( type CommandResponse struct { ResponseType string `json:"response_type"` Text string `json:"text"` + GotoLocation string `json:"goto_location"` Attachments interface{} `json:"attachments"` } -- cgit v1.2.3-1-g7c22