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