type github.com/gotd/td/tg.BotInlineQueryHandler

2 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L460: type BotInlineQueryHandler func(ctx context.Context, e Entities, update *UpdateBotInlineQuery) error
		tl_handlers_gen.go#L463: func (u UpdateDispatcher) OnBotInlineQuery(handler BotInlineQueryHandler) {