getStageChannelInstance abstract method

Future<IStageChannelInstance> getStageChannelInstance(
  1. Snowflake channelId
)

Gets the stage instance associated with the Stage channel, if it exists.

Implementation

Future<IStageChannelInstance> getStageChannelInstance(Snowflake channelId);