createStageChannelInstance abstract method

Future<StageChannelInstance> createStageChannelInstance(
  1. Snowflake channelId,
  2. String topic, {
  3. StageChannelInstancePrivacyLevel? privacyLevel,
})

Creates a new Stage instance associated to a Stage channel.

Implementation

Future<StageChannelInstance> createStageChannelInstance(Snowflake channelId, String topic, {StageChannelInstancePrivacyLevel? privacyLevel});