This commit is contained in:
Hamcha 2018-09-17 12:33:47 +02:00
parent 923d9e245f
commit 71a6499f4e
Signed by: hamcha
GPG Key ID: A40413D21021EAEE
1 changed files with 1 additions and 1 deletions

View File

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