-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
CTStickersBot/pkg/tgbot/handlers.go
Lines 42 to 47 in 7b4b4e5
| _, 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
Metadata
Metadata
Assignees
Labels
No labels