Uses of Class
com.jtelegram.api.events.message.TextMessageEvent
-
Packages that use TextMessageEvent Package Description com.jtelegram.api.commands com.jtelegram.api.commands.filters -
-
Uses of TextMessageEvent in com.jtelegram.api.commands
Methods in com.jtelegram.api.commands with parameters of type TextMessageEvent Modifier and Type Method Description voidCommandHandler. onCommand(TextMessageEvent event, Command command)Runs this command.voidCommandRegistry. onEvent(TextMessageEvent event)default booleanCommandHandler. test(TextMessageEvent event, Command command) -
Uses of TextMessageEvent in com.jtelegram.api.commands.filters
Methods in com.jtelegram.api.commands.filters with parameters of type TextMessageEvent Modifier and Type Method Description protected abstract booleanAbstractCommandFilter. preTest(TextMessageEvent event, Command command)protected booleanChatTypeFilter. preTest(TextMessageEvent event, Command command)protected booleanMentionFilter. preTest(TextMessageEvent event, Command command)protected booleanRegexFilter. preTest(TextMessageEvent event, Command command)protected booleanRootFilter. preTest(TextMessageEvent event, Command command)protected booleanTextFilter. preTest(TextMessageEvent event, Command command)booleanAbstractCommandFilter. test(TextMessageEvent event, Command command)booleanCommandFilter. test(TextMessageEvent event, Command command)Checks to see if the given event and command test to betrueaccording to this filter.
-