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
Methods in org.telegram.abilitybots.api.objects that return BaseAbilityBot Modifier and Type Method Description BaseAbilityBotMessageContext. bot()Methods in org.telegram.abilitybots.api.objects with parameters of type BaseAbilityBot Modifier and Type Method Description 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)
-