Package net.dv8tion.jda.api.entities
Interface ApplicationInfo.InstallParameters
- Enclosing interface:
ApplicationInfo
public static interface ApplicationInfo.InstallParameters
OAuth2 install parameter for the default in-app authorization link.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the permissions your bot asks for when invited.Gets the required scopes granted to the bot when invited.
-
Method Details
-
getScopes
Gets the required scopes granted to the bot when invited.- Returns:
- The required scopes granted to the bot when invited
-
getPermissions
Gets the permissions your bot asks for when invited.
Note: Users can choose to disable permissions before and after inviting your bot.- Returns:
- The permissions your bot asks for when invited
-