Uses of Class
org.telegram.abilitybots.api.objects.Reply
-
Packages that use Reply Package Description org.telegram.abilitybots.api.bot org.telegram.abilitybots.api.objects -
-
Uses of Reply in org.telegram.abilitybots.api.bot
Methods in org.telegram.abilitybots.api.bot that return types with arguments of type Reply Modifier and Type Method Description List<Reply>BaseAbilityBot. replies() -
Uses of Reply in org.telegram.abilitybots.api.objects
Methods in org.telegram.abilitybots.api.objects that return Reply Modifier and Type Method Description static ReplyReply. of(Consumer<org.telegram.telegrambots.meta.api.objects.Update> action, Predicate<org.telegram.telegrambots.meta.api.objects.Update>... conditions)Methods in org.telegram.abilitybots.api.objects that return types with arguments of type Reply Modifier and Type Method Description List<Reply>Ability. replies()
-