Uses of Class
org.telegram.telegrambots.abilitybots.api.bot.BaseAbilityBot
Packages that use BaseAbilityBot
Package
Description
-
Uses of BaseAbilityBot in org.telegram.telegrambots.abilitybots.api.bot
Subclasses of BaseAbilityBot in org.telegram.telegrambots.abilitybots.api.botModifier and TypeClassDescriptionclassThe default AbilityBot class implementsLongPollingSingleThreadUpdateConsumer.classATelegramWebhookBot-flavor AbilityBot.Constructors in org.telegram.telegrambots.abilitybots.api.bot with parameters of type BaseAbilityBot -
Uses of BaseAbilityBot in org.telegram.telegrambots.abilitybots.api.objects
Fields in org.telegram.telegrambots.abilitybots.api.objects with type parameters of type BaseAbilityBotMethods in org.telegram.telegrambots.abilitybots.api.objects that return BaseAbilityBotMethods in org.telegram.telegrambots.abilitybots.api.objects that return types with arguments of type BaseAbilityBotMethods in org.telegram.telegrambots.abilitybots.api.objects with parameters of type BaseAbilityBotModifier and TypeMethodDescriptionvoidReply.actOn(BaseAbilityBot bot, Update update) static MessageContextMessageContext.newContext(Update update, User user, Long chatId, BaseAbilityBot bot, String... arguments) Method parameters in org.telegram.telegrambots.abilitybots.api.objects with type arguments of type BaseAbilityBotModifier and TypeMethodDescriptionReplyFlow.ReplyFlowBuilder.action(BiConsumer<BaseAbilityBot, Update> action) static ReplyReply.of(BiConsumer<BaseAbilityBot, Update> action, Predicate<Update>... conditions) static ReplyReply.of(BiConsumer<BaseAbilityBot, Update> action, List<Predicate<Update>> conditions) final Ability.AbilityBuilderAbility.AbilityBuilder.reply(BiConsumer<BaseAbilityBot, Update> action, Predicate<Update>... conditions)