Uses of Class
org.telegram.abilitybots.api.objects.Privacy
-
Packages that use Privacy Package Description org.telegram.abilitybots.api.bot org.telegram.abilitybots.api.objects -
-
Uses of Privacy in org.telegram.abilitybots.api.bot
Methods in org.telegram.abilitybots.api.bot that return Privacy Modifier and Type Method Description PrivacyBaseAbilityBot. getPrivacy(org.telegram.telegrambots.meta.api.objects.Update update, int id) -
Uses of Privacy in org.telegram.abilitybots.api.objects
Methods in org.telegram.abilitybots.api.objects that return Privacy Modifier and Type Method Description PrivacyAbility. privacy()static PrivacyPrivacy. valueOf(String name)Returns the enum constant of this type with the specified name.static Privacy[]Privacy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.telegram.abilitybots.api.objects with parameters of type Privacy Modifier and Type Method Description Ability.AbilityBuilderAbility.AbilityBuilder. privacy(Privacy privacy)
-