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 class
ChatTypeFilter
ACommandFilter
testing which type of chat the command was executed in.class
MentionFilter
ACommandFilter
testing if the bot was mentioned in the command.class
RegexFilter
ACommandFilter
testing if the command matches a certainregular expression pattern
.class
RootFilter
ACommandFilter
that merely groups filters.class
TextFilter
ACommandFilter
testing if the command is a given string, with optional case sensitivity.
-