getStageChannelInstance abstract method

Future<StageChannelInstance> getStageChannelInstance(
  1. Snowflake channelId
)

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

Implementation

Future<StageChannelInstance> getStageChannelInstance(Snowflake channelId);