Interface ApplicationInfo.InstallParameters
- Enclosing interface:
ApplicationInfo
public static interface ApplicationInfo.InstallParameters
OAuth2 install parameter for the default in-app authorization link.
- Since:
- 3.0
- Author:
- Aljoscha Grebe
- 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
-
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
-