Oops
This commit is contained in:
parent
923d9e245f
commit
71a6499f4e
1 changed files with 1 additions and 1 deletions
|
@ -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"`
|
||||
|
|
Loading…
Reference in a new issue