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 // InlineQueryResponse is the response to an inline query
type InlineQueryResponse struct { type InlineQueryResponse struct {
QueryID string QueryID string
Results []interface{} Results interface{}
CacheTime *int `json:",omitempty"` CacheTime *int `json:",omitempty"`
IsPersonal bool `json:",omitempty"` IsPersonal bool `json:",omitempty"`
NextOffset string `json:",omitempty"` NextOffset string `json:",omitempty"`