updateStageChannelInstance abstract method

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

Updates fields of an existing Stage instance.

Implementation

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