Class ReplyFlow
- java.lang.Object
-
- org.telegram.abilitybots.api.objects.Reply
-
- org.telegram.abilitybots.api.objects.ReplyFlow
-
public class ReplyFlow extends Reply
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReplyFlow.ReplyFlowBuilder
-
Field Summary
-
Fields inherited from class org.telegram.abilitybots.api.objects.Reply
action, conditions
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReplyFlow.ReplyFlowBuilderbuilder(DBContext db)static ReplyFlow.ReplyFlowBuilderbuilder(DBContext db, int id)Set<Reply>nextReplies()Stream<Reply>stream()-
Methods inherited from class org.telegram.abilitybots.api.objects.Reply
action, actOn, conditions, enableStats, equals, hashCode, isOkFor, name, of, of, statsEnabled, toString
-
-
-
-
Method Detail
-
builder
public static ReplyFlow.ReplyFlowBuilder builder(DBContext db)
-
builder
public static ReplyFlow.ReplyFlowBuilder builder(DBContext db, int id)
-
-