Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for callback queries in CommandBus
- Updated `handler` method to handle `callback_query` updates. - Implemented command parsing for callback queries with format `/callback:::\w*`. - Maintained existing command parsing and execution for regular messages. - Ensured backward compatibility with previous command handling logic.
- Loading branch information