All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.annimon.tgbotsmodule.commands.RegexCommand Maven / Gradle / Ivy

The newest version!
package com.annimon.tgbotsmodule.commands;

import com.annimon.tgbotsmodule.commands.context.RegexMessageContext;
import java.util.regex.Pattern;

public interface RegexCommand extends Command {

    Pattern pattern();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy