Uses of Class
org.telegram.abilitybots.api.objects.Ability
-
Packages that use Ability Package Description org.telegram.abilitybots.api.bot org.telegram.abilitybots.api.objects -
-
Uses of Ability in org.telegram.abilitybots.api.bot
Methods in org.telegram.abilitybots.api.bot that return Ability Modifier and Type Method Description AbilityBaseAbilityBot. backupDB()This backup ability returns the object defined byDBContext.backup()as a message document.AbilityBaseAbilityBot. banUser()Banned users are accumulated in the blacklist.AbilityBaseAbilityBot. claimCreator()Regular users and admins who try to claim the bot will get banned.AbilityBaseAbilityBot. commands()Default format:AbilityBaseAbilityBot. demoteAdmin()AbilityBaseAbilityBot. promoteAdmin()AbilityBaseAbilityBot. recoverDB()Recovers the bot database usingDBContext.recover(Object).AbilityBaseAbilityBot. reportCommands()Format of the report:AbilityBaseAbilityBot. unbanUser()Usage:/unban @usernameMethods in org.telegram.abilitybots.api.bot that return types with arguments of type Ability Modifier and Type Method Description Map<String,Ability>BaseAbilityBot. abilities() -
Uses of Ability in org.telegram.abilitybots.api.objects
Methods in org.telegram.abilitybots.api.objects that return Ability Modifier and Type Method Description AbilityAbility.AbilityBuilder. build()
-