Package com.jtelegram.api.commands.filters
-
Interface Summary Interface Description CommandFilter Filters messages out according for if they match certain test criteria, as defined by the implementing sub-class. -
Class Summary Class Description AbstractCommandFilter An abstract implementation ofCommandFilter
ChatTypeFilter ACommandFilter
testing which type of chat the command was executed in.MentionFilter ACommandFilter
testing if the bot was mentioned in the command.RegexFilter ACommandFilter
testing if the command matches a certainregular expression pattern
.RootFilter ACommandFilter
that merely groups filters.TextFilter ACommandFilter
testing if the command is a given string, with optional case sensitivity.