StageInstanceService
Functions
Link copied to clipboard
suspend fun createStageInstance(request: StageInstanceCreateRequest, reason: String? = null): DiscordStageInstance
inline suspend fun createStageInstance(channelId: Snowflake, topic: String, builder: StageInstanceCreateBuilder.() -> Unit = {}): DiscordStageInstance
Link copied to clipboard
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