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