PartialApplication
class PartialApplication(val data: PartialApplicationData, val kord: Kord, val supplier: EntitySupplier = kord.defaultSupplier) : BaseApplication(source)
The partial details of an Application sent in InviteCreateEvents.
Constructors
Link copied to clipboard
constructor(data: PartialApplicationData, kord: Kord, supplier: EntitySupplier = kord.defaultSupplier)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The application's default custom authorization link, if enabled.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Settings for the application's default in-app authorization link, if enabled.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The application's role connection verification entry point, which when configured will render the app as a verification method in the guild role verification configuration.
Link copied to clipboard
The rpc origins of this application, empty if disabled.
Link copied to clipboard
The supplier used to request entities.
Link copied to clipboard