Uses of Class
org.telegram.abilitybots.api.bot.BaseAbilityBot
-
Packages that use BaseAbilityBot Package Description org.telegram.abilitybots.api.bot org.telegram.abilitybots.api.objects -
-
Uses of BaseAbilityBot in org.telegram.abilitybots.api.bot
Subclasses of BaseAbilityBot in org.telegram.abilitybots.api.bot Modifier and Type Class Description classAbilityBotThe default AbilityBot class implementsLongPollingBot.classAbilityWebhookBotAWebhookBot-flavor AbilityBot.Constructors in org.telegram.abilitybots.api.bot with parameters of type BaseAbilityBot Constructor Description DefaultAbilities(BaseAbilityBot bot) -
Uses of BaseAbilityBot in org.telegram.abilitybots.api.objects
Fields in org.telegram.abilitybots.api.objects with type parameters of type BaseAbilityBot Modifier and Type Field Description BiConsumer<BaseAbilityBot,org.telegram.telegrambots.meta.api.objects.Update>Reply. actionMethods in org.telegram.abilitybots.api.objects that return BaseAbilityBot Modifier and Type Method Description BaseAbilityBotMessageContext. bot()Methods in org.telegram.abilitybots.api.objects that return types with arguments of type BaseAbilityBot Modifier and Type Method Description BiConsumer<BaseAbilityBot,org.telegram.telegrambots.meta.api.objects.Update>Reply. action()Methods in org.telegram.abilitybots.api.objects with parameters of type BaseAbilityBot Modifier and Type Method Description voidReply. actOn(BaseAbilityBot bot, org.telegram.telegrambots.meta.api.objects.Update update)static MessageContextMessageContext. newContext(org.telegram.telegrambots.meta.api.objects.Update update, org.telegram.telegrambots.meta.api.objects.User user, Long chatId, BaseAbilityBot bot, String... arguments)Method parameters in org.telegram.abilitybots.api.objects with type arguments of type BaseAbilityBot Modifier and Type Method Description ReplyFlow.ReplyFlowBuilderReplyFlow.ReplyFlowBuilder. action(BiConsumer<BaseAbilityBot,org.telegram.telegrambots.meta.api.objects.Update> action)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)Ability.AbilityBuilderAbility.AbilityBuilder. reply(BiConsumer<BaseAbilityBot,org.telegram.telegrambots.meta.api.objects.Update> action, Predicate<org.telegram.telegrambots.meta.api.objects.Update>... conditions)
-