Closed
Description
I tried to use Commands..
first I created folder called "cmd" in root and then in webhook I enabled
$COMMANDS_FOLDER = DIR.'/cmd/';
$telegram->addCommandsPath($COMMANDS_FOLDER);
for example I want to try to use ForcereplyCommand.php in cmd folder. But I confused how to register the class and how to use that in another file.
please give me an idea to solved this..?