You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What you're doing by putting everything on one line is to filter for updates that are both commands and callback queries at the same time. This does not exist. If you send a command, it will not be a callback query (obviously) and vice-versa. That's why you don't get any resopnse.
What you're doing by putting everything on one line is to filter for updates that are both commands and callback queries at the same time. This does not exist. If you send a command, it will not be a callback query (obviously) and vice-versa. That's why you don't get any resopnse.
Hello. Yeah, I understand it, but I forgot the queries filter. Thanks!
Hello. Please, add support
.command().callbackQuery()
, because it's not work now.What we have now:
What I wanna get:
The text was updated successfully, but these errors were encountered: