Uses of Interface
org.telegram.abilitybots.api.toggle.AbilityToggle
Packages that use AbilityToggle
-
Uses of AbilityToggle in org.telegram.abilitybots.api.bot
Constructors in org.telegram.abilitybots.api.bot with parameters of type AbilityToggleModifierConstructorDescriptionprotectedAbilityBot(String botToken, String botUsername, DBContext db, AbilityToggle toggle) protectedAbilityBot(String botToken, String botUsername, DBContext db, AbilityToggle toggle, DefaultBotOptions botOptions) protectedAbilityBot(String botToken, String botUsername, AbilityToggle toggle) protectedAbilityBot(String botToken, String botUsername, AbilityToggle toggle, DefaultBotOptions options) protectedAbilityWebhookBot(String botToken, String botUsername, String botPath, DBContext db, AbilityToggle toggle) protectedAbilityWebhookBot(String botToken, String botUsername, String botPath, DBContext db, AbilityToggle toggle, DefaultBotOptions botOptions) protectedAbilityWebhookBot(String botToken, String botUsername, String botPath, AbilityToggle toggle) protectedAbilityWebhookBot(String botToken, String botUsername, String botPath, AbilityToggle toggle, DefaultBotOptions options) protectedBaseAbilityBot(String botToken, String botUsername, DBContext db, AbilityToggle toggle, DefaultBotOptions botOptions) -
Uses of AbilityToggle in org.telegram.abilitybots.api.toggle
Classes in org.telegram.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.