private to protected in WebhookHandler
Hi, I need to override handleCallbackQuery, but it's a private function. It's impossible to create your own handling of callbackQuery.
I think, here should be protected instead of private
Hi, may I ask why do you need to override handleCallbackQuery?
Hi, may I ask why do you need to override
handleCallbackQuery?
Hi. Sure, I have created a plugin system, so, callbackQuery is executing in another class.
Here is an example with a command executing:
P.S. Also it's possible to create something like handleUnknownCallbackQuery. Maybe it will be better than changing the accessor.
I got your point, will implement a way to handle unknown callback queries soon ;-)
I got your point, will implement a way to handle unknown callback queries soon ;-)
I can implement and send PR if my help is needed :3
Sure! Any help is welcome ❤️ feel free to open a PR
@fabio-ivona can you close this issue?