php-telegram-bot / example-bot

[WIP] An A-Z example of a PHP Telegram Bot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

genericmessage handles one time

r3bers opened this issue · comments

It is more question than issue.

You have named action 'genericmessage' in Group/GenericmessageCommand.php and in Message/GenericmessageCommand.php.
When execute() apply only one method will action.
Is it something i didn't understand or it's normal behavior?