Uses of Class
com.jtelegram.api.commands.filters.AbstractCommandFilter
-
Packages that use AbstractCommandFilter Package Description com.jtelegram.api.commands.filters -
-
Uses of AbstractCommandFilter in com.jtelegram.api.commands.filters
Subclasses of AbstractCommandFilter in com.jtelegram.api.commands.filters Modifier and Type Class Description classChatTypeFilterACommandFiltertesting which type of chat the command was executed in.classMentionFilterACommandFiltertesting if the bot was mentioned in the command.classRegexFilterACommandFiltertesting if the command matches a certainregular expression pattern.classRootFilterACommandFilterthat merely groups filters.classTextFilterACommandFiltertesting if the command is a given string, with optional case sensitivity.
-