BotInviteBuilder |
BotInviteBuilder.addScopes(java.util.Collection<BotInviteScope> scopes) |
Adds the scopes for this invite builder.
|
BotInviteBuilder |
BotInviteBuilder.addScopes(BotInviteScope... scopes) |
Adds the scopes for this invite builder.
|
BotInviteBuilder |
BotInviteBuilder.setPermissions(Permissions permissions) |
Sets the permissions the bot should have.
|
BotInviteBuilder |
BotInviteBuilder.setPermissions(PermissionType... permissions) |
Sets the permissions the bot should have.
|
BotInviteBuilder |
BotInviteBuilder.setPromptConsent(boolean promptConsent) |
Sets whether to append prompt consent to the invite link.
|
BotInviteBuilder |
BotInviteBuilder.setRedirectUri(java.lang.String redirectUri) |
Sets the redirect uri for this invite builder.
|
BotInviteBuilder |
BotInviteBuilder.setScopes(java.util.Collection<BotInviteScope> scopes) |
Sets the scopes for this invite builder.
|
BotInviteBuilder |
BotInviteBuilder.setScopes(BotInviteScope... scopes) |
Sets the scopes for this invite builder.
|