Additional changes for Telegram API updates.
This commit is contained in:
parent
f3a33ae6f1
commit
0a57807db7
5 changed files with 82 additions and 13 deletions
1
bot.go
1
bot.go
|
@ -525,6 +525,7 @@ func (bot *BotAPI) AnswerCallbackQuery(config CallbackConfig) (APIResponse, erro
|
|||
if config.URL != "" {
|
||||
v.Add("url", config.URL)
|
||||
}
|
||||
v.Add("cache_time", strconv.Itoa(config.CacheTime))
|
||||
|
||||
bot.debugLog("answerCallbackQuery", v, nil)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue