From 71a6499f4ef7512dfb47ff90ae8c167e1c5d8fe4 Mon Sep 17 00:00:00 2001 From: Hamcha Date: Mon, 17 Sep 2018 12:33:47 +0200 Subject: [PATCH] Oops --- command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command.go b/command.go index 05250cb..67809a0 100644 --- a/command.go +++ b/command.go @@ -109,7 +109,7 @@ type ClientCommand struct { // InlineQueryResponse is the response to an inline query type InlineQueryResponse struct { QueryID string - Results []interface{} + Results interface{} CacheTime *int `json:",omitempty"` IsPersonal bool `json:",omitempty"` NextOffset string `json:",omitempty"`