StageInstance
class StageInstance(val data: StageInstanceData, val kord: Kord, val supplier: EntitySupplier = kord.defaultSupplier) : StageInstanceBehavior(source)
Properties
Link copied to clipboard
The id of the associated StageChannel.
Link copied to clipboard
Link copied to clipboard
The guild id of the associated StageChannel.
Link copied to clipboard
The id of the GuildScheduledEvent for this Stage Instance, if it belongs to an event.
Link copied to clipboard
The privacy level of this Stage Instance.
Link copied to clipboard
The supplier used to request entities.
Functions
Link copied to clipboard
Requests to get this behavior as a StageInstance if it's not an instance of a StageInstance.
Link copied to clipboard
Requests to get this behavior as a StageInstance if it's not an instance of a StageInstance, returns null if the stage instance isn't present.
Link copied to clipboard
inline suspend fun StageInstanceBehavior.edit(builder: StageInstanceModifyBuilder.() -> Unit): StageInstance
Link copied to clipboard
Retrieve the StageInstance associated with this behaviour from the provided EntitySupplier
Link copied to clipboard
Retrieve the StageInstance associated with this behaviour from the provided EntitySupplier returns null if the StageInstance isn't present.
Link copied to clipboard