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

2 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L490: type BotCallbackQueryHandler func(ctx context.Context, e Entities, update *UpdateBotCallbackQuery) error
		tl_handlers_gen.go#L493: func (u UpdateDispatcher) OnBotCallbackQuery(handler BotCallbackQueryHandler) {