Longman\TelegramBot\Commands\UserCommands\CancelCommand::executeNoDb PHP Méthode

executeNoDb() public méthode

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