Longman\TelegramBot\Commands\UserCommands\CancelCommand::executeNoDb PHP Method

executeNoDb() public method

Execute no db
public executeNoDb ( ) : ServerResponse
return Longman\TelegramBot\Entities\ServerResponse
    public function executeNoDb()
    {
        return $this->removeKeyboard('Nothing to cancel.');
    }