Uses of Class
com.slack.api.model.manifest.AppManifest.BotUser
Packages that use AppManifest.BotUser
-
Uses of AppManifest.BotUser in com.slack.api.model.manifest
Methods in com.slack.api.model.manifest that return AppManifest.BotUserModifier and TypeMethodDescriptionAppManifest.BotUser.BotUserBuilder.build()AppManifest.Features.getBotUser()Methods in com.slack.api.model.manifest with parameters of type AppManifest.BotUserModifier and TypeMethodDescriptionAppManifest.Features.FeaturesBuilder.botUser(AppManifest.BotUser botUser) voidAppManifest.Features.setBotUser(AppManifest.BotUser botUser) Constructors in com.slack.api.model.manifest with parameters of type AppManifest.BotUserModifierConstructorDescriptionFeatures(AppManifest.AppHome appHome, AppManifest.BotUser botUser, List<AppManifest.Shortcut> shortcuts, List<AppManifest.SlashCommand> slashCommands, List<String> unfurlDomains)