class StageInstancesAPI

export declare class StageInstancesAPI

Constructors

constructor(
rest: REST
)

Constructs a new instance of the StageInstancesAPI class

delete(
channelId: Snowflake
options?: Pick<RequestData, 'auth' | 'reason' | 'signal'>
) : Promise<void>

Deletes a stage instance

See also: https://discord.com/developers/docs/resources/stage-instance#delete-stage-instance

get(
channelId: Snowflake
options?: Pick<RequestData, 'auth' | 'signal'>
) : Promise<APIStageInstance>

Fetches a stage instance

See also: https://discord.com/developers/docs/resources/stage-instance#get-stage-instance