Uses of Class
org.telegram.abilitybots.api.objects.ReplyFlow.ReplyFlowBuilder
-
Packages that use ReplyFlow.ReplyFlowBuilder Package Description org.telegram.abilitybots.api.objects -
-
Uses of ReplyFlow.ReplyFlowBuilder in org.telegram.abilitybots.api.objects
Methods in org.telegram.abilitybots.api.objects that return ReplyFlow.ReplyFlowBuilder Modifier and Type Method Description ReplyFlow.ReplyFlowBuilderReplyFlow.ReplyFlowBuilder. action(Consumer<org.telegram.telegrambots.meta.api.objects.Update> action)static ReplyFlow.ReplyFlowBuilderReplyFlow. builder(DBContext db)static ReplyFlow.ReplyFlowBuilderReplyFlow. builder(DBContext db, int id)ReplyFlow.ReplyFlowBuilderReplyFlow.ReplyFlowBuilder. next(Reply nextReply)ReplyFlow.ReplyFlowBuilderReplyFlow.ReplyFlowBuilder. next(ReplyFlow nextReplyFlow)ReplyFlow.ReplyFlowBuilderReplyFlow.ReplyFlowBuilder. onlyIf(Predicate<org.telegram.telegrambots.meta.api.objects.Update> pred)
-