com.annimon.tgbotsmodule.commands.RegexCommand Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tgbots-module Show documentation
Show all versions of tgbots-module Show documentation
Simple Java telegram bots runner built on top of the Telegram Bots library
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