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

2 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L510: type InlineBotCallbackQueryHandler func(ctx context.Context, e Entities, update *UpdateInlineBotCallbackQuery) error
		tl_handlers_gen.go#L513: func (u UpdateDispatcher) OnInlineBotCallbackQuery(handler InlineBotCallbackQueryHandler) {