Uses of Interface
org.telegram.telegrambots.abilitybots.api.toggle.AbilityToggle
Packages that use AbilityToggle
Package
Description
-
Uses of AbilityToggle in org.telegram.telegrambots.abilitybots.api.bot
Constructors in org.telegram.telegrambots.abilitybots.api.bot with parameters of type AbilityToggleModifierConstructorDescriptionprotectedAbilityBot(TelegramClient telegramClient, String botUsername, DBContext db, AbilityToggle toggle) protectedAbilityBot(TelegramClient telegramClient, String botUsername, AbilityToggle toggle) protectedAbilityWebhookBot(TelegramClient telegramClient, String botUsername, String botPath, DBContext db, AbilityToggle toggle) protectedAbilityWebhookBot(TelegramClient telegramClient, String botUsername, String botPath, AbilityToggle toggle) protectedBaseAbilityBot(TelegramClient telegramClient, String botUsername, DBContext db, AbilityToggle toggle) -
Uses of AbilityToggle in org.telegram.telegrambots.abilitybots.api.toggle
Classes in org.telegram.telegrambots.abilitybots.api.toggle that implement AbilityToggleModifier and TypeClassDescriptionclassThis toggle can be used as-is to turn off ALL the default abilities supplied by the library.classThis custom toggle can be used to customize default abilities supplied by the library.classIf the user does not supply a toggle to their constructor, the default toggle will be instantiated.