Fix broken inline queries.
This commit is contained in:
parent
baf170548c
commit
67ab387694
3 changed files with 17 additions and 16 deletions
2
bot.go
2
bot.go
|
@ -483,5 +483,7 @@ func (bot *BotAPI) AnswerInlineQuery(config InlineConfig) (APIResponse, error) {
|
|||
}
|
||||
v.Add("results", string(data))
|
||||
|
||||
bot.debugLog("answerInlineQuery", v, nil)
|
||||
|
||||
return bot.MakeRequest("answerInlineQuery", v)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue