Uses of Interface
org.telegram.abilitybots.api.toggle.AbilityToggle
-
Packages that use AbilityToggle Package Description org.telegram.abilitybots.api.bot org.telegram.abilitybots.api.toggle -
-
Uses of AbilityToggle in org.telegram.abilitybots.api.bot
-
Uses of AbilityToggle in org.telegram.abilitybots.api.toggle
Classes in org.telegram.abilitybots.api.toggle that implement AbilityToggle Modifier and Type Class Description classBareboneToggleThis toggle can be used as-is to turn off ALL the default abilities supplied by the library.classCustomToggleThis custom toggle can be used to customize default abilities supplied by the library.classDefaultToggleIf the user does not supply a toggle to their constructor, the default toggle will be instantiated.
-