deleteStageChannelInstance abstract method

Future<void> deleteStageChannelInstance(
  1. Snowflake channelId
)

Deletes the Stage instance.

Implementation

Future<void> deleteStageChannelInstance(Snowflake channelId);