StageInstanceService

Constructors

Link copied to clipboard
constructor(requestHandler: RequestHandler)

Functions

Link copied to clipboard
inline suspend fun createStageInstance(channelId: Snowflake, topic: String, builder: StageInstanceCreateBuilder.() -> Unit = {}): DiscordStageInstance
Link copied to clipboard
suspend fun deleteStageInstance(channelId: Snowflake, reason: String? = null)
Link copied to clipboard
Link copied to clipboard
inline suspend fun modifyStageInstance(channelId: Snowflake, builder: StageInstanceModifyBuilder.() -> Unit): DiscordStageInstance
suspend fun modifyStageInstance(channelId: Snowflake, request: StageInstanceModifyRequest, reason: String? = null): DiscordStageInstance