Uses of Class
org.telegram.telegrambots.abilitybots.api.objects.Reply
Packages that use Reply
-
Uses of Reply in org.telegram.telegrambots.abilitybots.api.objects
Subclasses of Reply in org.telegram.telegrambots.abilitybots.api.objectsFields in org.telegram.telegrambots.abilitybots.api.objects with type parameters of type ReplyMethods in org.telegram.telegrambots.abilitybots.api.objects that return ReplyModifier and TypeMethodDescriptionReply.enableStats(String name) static ReplyReply.of(BiConsumer<BaseAbilityBot, Update> action, Predicate<Update>... conditions) static ReplyReply.of(BiConsumer<BaseAbilityBot, Update> action, List<Predicate<Update>> conditions) Methods in org.telegram.telegrambots.abilitybots.api.objects that return types with arguments of type ReplyModifier and TypeMethodDescriptionReplyCollection.getReplies()ReplyFlow.nextReplies()Ability.replies()Reply.stream()ReplyCollection.stream()ReplyFlow.stream()Methods in org.telegram.telegrambots.abilitybots.api.objects with parameters of type ReplyConstructor parameters in org.telegram.telegrambots.abilitybots.api.objects with type arguments of type Reply