createStageChannelInstance abstract method

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

Creates a new Stage instance associated to a Stage channel.

Implementation

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