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
Subclasses of Reply in org.telegram.abilitybots.api.objects Modifier and Type Class Description classReplyFlowMethods 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)static ReplyReply. of(Consumer<org.telegram.telegrambots.meta.api.objects.Update> action, List<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 Set<Reply>ReplyFlow. nextReplies()List<Reply>Ability. replies()Stream<Reply>Reply. stream()Stream<Reply>ReplyFlow. stream()Methods in org.telegram.abilitybots.api.objects with parameters of type Reply Modifier and Type Method Description ReplyFlow.ReplyFlowBuilderReplyFlow.ReplyFlowBuilder. next(Reply nextReply)
-