|
_, err = b.tgBotApi.Send(tgbotapi.InlineConfig{ |
|
InlineQueryID: inlineQuery.ID, |
|
Results: queryResults, |
|
CacheTime: 1}) |
|
_, isUnmarshalTypeError := err.(*json.UnmarshalTypeError) |
|
if err != nil && !isUnmarshalTypeError { |
This is caused by go-telegram-bot-api/telegram-bot-api#517
CTStickersBot/pkg/tgbot/handlers.go
Lines 42 to 47 in 7b4b4e5
This is caused by go-telegram-bot-api/telegram-bot-api#517